xsl-list
[Top] [All Lists]

RE: SAXON: How to run?

2003-11-18 08:00:59
<xsl:template match="stanza">
<xsl:variable name="file" select="concat('verse', position(), 
'.xml')> <saxon:output file="{$file}">
      <xsl:copy select="."/>
</saxon:output>       

</xsl:template>

This template is broken:
In the second template that matches stanza, you do not supply a </xsl:variable> 
tag, also the select attribute only has one " - I think these syntax errors are 
the cause of the error messages.

Regards,
Flemming
 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>