Subversion Repositories bacoAlunos

Rev

Rev 1692 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@ page import="org.dom4j.Document" %>
<%@ page import="pt.estgp.estgweb.utils.Globals" %>
<%@ page import="pt.estgp.estgweb.utils.Dom4jUtil" %>
<%--
  Created by IntelliJ IDEA.
  User: jorgemachado
  Date: 29/03/17
  Time: 08:30
  To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>

<%

    Document dom = Dom4jUtil.parse(Globals.class.getResourceAsStream("/sd.xml"));

%>
<html>
<head>
    <title></title>
</head>
<body>

</body>
</html>