Re: [xsl] Transforming Multuple

Subject: Re: [xsl] Transforming Multuple
From: "Mohsen Saboorian" <mohsens@xxxxxxxxx>
Date: Mon, 21 Aug 2006 11:47:41 +0330
Thank you Florent. Thank you Michael.

On 8/21/06, Michael Kay <mike@xxxxxxxxxxxx> wrote:
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