[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] how do I pass two xml document into a xsl in java


Subject: [xsl] how do I pass two xml document into a xsl in java
From: john.li@xxxxxxxxx
Date: Tue, 18 Sep 2001 16:59:50 -0400

Hi, xsl and java gurus,

I use javax.xml.transform.Transformer.transform method to transform one xml
file, now my xsl file needs to transform two xml files.  The problem is the
transform method takes only one Source object only. I don't want to have to
save the java xml document to files and have the xsl file to read from the
files because it will slow down the app.  

Any solution to how I can specify two xml documents and transform them in
xsl? and how would xsl refer to these two different sources?

Thanks
John

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



Current Thread
Keywords