Hi
Does anybody know if XSLT can process several XML file at a time
I have two xml document which stored in memory stream and wanna to combine
it together under several rules. I am tring to use a XSLT file but donon how
to process several xml at a time
Regards,
Norton
Martin Honnen - 29 Mar 2006 12:37 GMT
> Does anybody know if XSLT can process several XML file at a time
There is a main input tree and you can load other documents using the
XSLT document function e.g.
document('file2.xml')
see
<http://www.w3.org/TR/xslt#document>
for details.

Signature
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
sid_simian - 30 Mar 2006 02:19 GMT
Just be careful about scope after you use the document function. You may
find that your context has changed.
>> Does anybody know if XSLT can process several XML file at a time
>
[quoted text clipped - 4 lines]
> <http://www.w3.org/TR/xslt#document>
> for details.
msnews.microsoft.com - 30 Mar 2006 17:59 GMT
thx for your advise !!
"msnews.microsoft.com" <nortonwong@hotmail.com> ¼¶¼g©ó¶l¥ó·s»D:%238Wt7RxUGHA.4452@TK2MSFTNGP12.phx.gbl...
> Hi
>
[quoted text clipped - 6 lines]
> Regards,
> Norton