xsl-list
[Top] [All Lists]

Re: Splitting Up XML in many files

2005-07-31 07:13:49

It does not work however. I get an error message saying that my
<xsl:document> tag is not allowed at this position of the stylesheet.

there is no xsl:document instruction.
XSLT 1 has no instruction for multiple output (by default)
XSLT2 will have this functionality as xsl:result-document. But xslt2 is
still in draft.

xsl:docment was suggested in a draft of xsl 1.1 but xsl 1.1 draft was
withdrawn and her will not be an xsl 1.1. It is however implemented in
some systems.

most xsl 1.0 systems have an extension fumction to do this, eg
saxon:output. I think xalan's is xalan:write, you'll need to check teh
xalan documentation.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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