Subversion Repositories bacoAlunos

Rev

Rev 1306 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1306 Rev 1310
1
<?xml version="1.0" encoding="UTF-8"?>
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/">
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"/>
3
        <xsl:import href="curso.xsl"/>
4
    <xsl:param name="COURSE_SIGES_CODE"></xsl:param>
4
    <xsl:param name="COURSE_SIGES_CODE"></xsl:param>
5
        <xsl:template match="/">
5
        <xsl:template match="/">
6
                <xsl:call-template name="fragmentoCurso"/>
6
                <xsl:call-template name="fragmentoCurso"/>
7
        </xsl:template>
7
        </xsl:template>
8
</xsl:stylesheet>
8
</xsl:stylesheet>
9
 
9