Subject: RE: breaking up a big xml file into smaller xml files
From: "Don Stinchfield" <des@xxxxxxxx>
Date: Fri, 19 Mar 2004 11:00:16 -0500
|
Yes, I plan to use the saxon:output, but at this point I can't get the
correct data to output.
I'm using my input xml file as an index into a big xml file. I plan to use
document() to access the nodes from the big xml file. Once that's working
I'll enclose in a saxon:output statement.
-don
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx [mailto:owner-xsl-
> list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of David Carlisle
> Sent: Friday, March 19, 2004 8:57 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: breaking up a big xml file into smaller xml files
>
>
> you want to look at the saxon:output extension element not the
> document() function which is for going the other way: making one big
> result from several input documents.
>
> --
> http://www.dcarlisle.demon.co.uk/matthew
>
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star Internet. 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
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|