Subversion Repositories bacoAlunos

Rev

Rev 1310 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
247 jmachado 1
<?xml version="1.0" encoding="UTF-8"?>
2
<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/">
3
        <xsl:import href="curso.xsl"/>
883 jmachado 4
    <xsl:param name="COURSE_SIGES_CODE"></xsl:param>
247 jmachado 5
        <xsl:template match="/">
6
                <xsl:call-template name="fragmentoCurso"/>
7
        </xsl:template>
8
</xsl:stylesheet>