Annotation of parser3/src/www/htdocs/global.xsl, revision 1.9
1.1 parser 1: <?xml version="1.0"?>
2: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
1.9 ! paf 3: <!--<xsl:output doctype-public ="-//W3C//DTD XHTML" indent="yes"/>-->
1.6 paf 4:
1.4 parser 5: <xsl:param name="param1">defparam1</xsl:param>
1.9 ! paf 6:
! 7: <xsl:template match="doc">
! 8: test return <something background=""/>
! 9: </xsl:template>
1.1 parser 10:
1.7 paf 11: <xsl:template name="test">
12: test return
13: </xsl:template>
14:
1.3 parser 15: <xsl:template match="people">
1.8 paf 16: <html>
17: <head>z</head>
1.6 paf 18: para1=<xsl:copy-of select="$param1"/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
1.1 parser 19: <xsl:apply-templates/>
1.7 paf 20: <hr/>
21: <xsl:call-template name="test"/>
1.8 paf 22: </html>
1.1 parser 23: </xsl:template>
24:
1.3 parser 25: <xsl:template match="name">
1.1 parser 26: <b><xsl:value-of select="."/></b>
27: </xsl:template>
28: </xsl:stylesheet>
E-mail: