xsl-list
[Top] [All Lists]

RE: [xsl] Transforming Multuple

2006-08-21 00:28:13
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(_at_)gmail(_dot_)com] 
Sent: 21 August 2006 07:48
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>