RE: [xsl] Transforming Multuple

Subject: RE: [xsl] Transforming Multuple
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 21 Aug 2006 08:27:57 +0100
You can pass additional document nodes as parameters to the transform using
transform.setParameter(), or you can pass the URIs of the additional
documents as strings, and then read the documents using the document()
function.

Michael Kay
http://www.saxonica.com/

 

> -----Original Message-----
> From: Mohsen Saboorian [mailto:mohsens@xxxxxxxxx] 
> Sent: 21 August 2006 07:48
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Transforming Multuple
> 
> I wonder if there is a solution for transforming multiple XML 
> input documents using one XSLT in Java using 
> javax.xml.transform.* API?
> Transformer class just has a transform(Source xmlSource, Result
> outputTarget) method, which can then only transform a single Source.
> 
> Thanks in advance.

Current Thread