Subversion Repositories bacoAlunos

Rev

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

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:curso="http://www.estgp.pt/xsd/planoestudos/1.0/">
        <xsl:import href="curso.xsl"/>
    <xsl:param name="COURSE_SIGES_CODE"></xsl:param>
        <xsl:template match="/">
                <xsl:call-template name="fragmentoCurso"/>
        </xsl:template>
</xsl:stylesheet>