Hiya, Does the version of Xalan included with cocoon 2.1m3-dev allow XSLT 2.0? Specifically does it allow xsl:result-document?
Having one large file, I have an xslt stylesheet which bursts it into many individual files. It works on the command line with saxon, but when I run the same stylesheet by doing: <map:match pattern="burst-repository"> <map:generate src="repository/repository.xml"/> <map:transform type="xalan" src="style/xsl/burst-repos.xsl"> <map:parameter name="use-request-parameters" value="true"/> </map:transform> <map:serialize type="html"/> </map:match> The files are not created, and even worse, they appear to be appended to the output. I'm sure there is a way around this, and just something silly I've done. Any suggestions? -James -- Dr James Cummings, [EMAIL PROTECTED], http://www.uea.ac.uk/~q503 Cursus Project, School of Music, University of East Anglia, Norwich, Norfolk, NR4 7TJ, UK Tel:(01603)593-595 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
