Annotation of parser3/www/htdocs/global.xsl, revision 1.2

1.2     ! paf         1: </textarea>
1.1       paf         2: <?xml version="1.0"?> 
                      3: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
                      4: <!--<xsl:output doctype-public ="-//W3C//DTD XHTML" indent="yes"/>-->
                      5: 
                      6: <xsl:param name="param1">defparam1</xsl:param>
                      7: 
                      8:        <xsl:template match="doc">
                      9:                test return <something background=""/>
                     10:        </xsl:template>
                     11: 
                     12:        <xsl:template name="test">
                     13:                test return
                     14:        </xsl:template>
                     15: 
                     16:   <xsl:template match="people">
                     17:      <html>
                     18:      <head>z</head>
                     19:                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/>
                     20:        <xsl:apply-templates/>
                     21:        <hr/>
                     22:        <xsl:call-template name="test"/>
                     23:      </html>   
                     24:   </xsl:template>
                     25: 
                     26:   <xsl:template match="name">
                     27:     <b><xsl:value-of select="."/></b>
                     28:   </xsl:template>
                     29: </xsl:stylesheet>

E-mail: