[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] SAXON: How to run?


Subject: RE: [xsl] SAXON: How to run?
From: Flemming Jønsson <flj@xxxxxxxxxxxxx>
Date: Tue, 18 Nov 2003 16:00:59 +0100

> <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



Current Thread