Annotation of parser3/src/www/htdocs/global.xsl, revision 1.8

1.1       parser      1: <?xml version="1.0"?> 
                      2: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
1.7       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.1       parser      6: 
1.7       paf         7:        <xsl:template name="test">
                      8:                test return
                      9:        </xsl:template>
                     10: 
1.3       parser     11:   <xsl:template match="people">
1.8     ! paf        12:      <html>
        !            13:      <head>z</head>
1.6       paf        14:                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     15:        <xsl:apply-templates/>
1.7       paf        16:        <hr/>
                     17:        <xsl:call-template name="test"/>
1.8     ! paf        18:      </html>   
1.1       parser     19:   </xsl:template>
                     20: 
1.3       parser     21:   <xsl:template match="name">
1.1       parser     22:     <b><xsl:value-of select="."/></b>
                     23:   </xsl:template>
                     24: </xsl:stylesheet>

E-mail: