RE: [xsl] Split XML and output to different files

Subject: RE: [xsl] Split XML and output to different files
From: Greg Alvord <Greg.Alvord@xxxxxxxxxxxxxxx>
Date: Wed, 20 Nov 2002 17:51:14 -0600
XSLT 1.1 introduces <xsl:document />  so that you do not need to have
processor dependent code.  You are just dependent on a 1.1 processor<grin/>

-----Original Message-----
From: Mike Brown [mailto:mike@xxxxxxxx]
Sent: Wednesday, November 20, 2002 4:02 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Split XML and output to different files

Juan Carlos Gonzalez wrote:
> I want to split my xml file into multiples files. Any
> idea of how to accomplish it?

FAQ. This feature is not part of standard XSLT but is often provided by
extension elements/functions. Check your XSLT processor's documentation for
support for exsl:document or an equivalent.

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

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

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


Current Thread