This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: pre process xml that is imported via document()



> From: Andrew Welch [mailto:awelch@piper-group.com]
> Subject: RE: [xsl] pre process xml that is imported via document()
> > From: Joeri Belis [mailto:joeri.belis@nollekens.be]
> > 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]