Subject: RE: pre process xml that is imported via document()
From: "Paul Brown" <prb@xxxxxxxxxxxxx>
Date: Thu, 27 Jun 2002 09:57:05 -0400
|
> From: Andrew Welch [mailto:awelch@xxxxxxxxxxxxxxx]
> Subject: RE: pre process xml that is imported via document()
> > From: Joeri Belis [mailto:joeri.belis@xxxxxxxxxxxx]
> > i need to pre process file2.xml before it can be processed in
> > my main xslt [using document()]
> document() needs a valid file path, so I guess the only option
> with your current setup is to write the result of the 'pre
> process' to disk and then run the main transformation.
If you're using a Java XSLT processor, you can create a custom URIResolver that applies the preprocessing.
-- Paul
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|