Subject: AW: XSLT multiple output files
From: "Hung Nguyen" <hung.nguyen@xxxxxxxxx>
Date: Mon, 7 Jul 2003 19:41:08 +0200
|
>
> Hello, I'm trying to transform an XML-document into several output
> .xml-files, but don't know how.
>
> I'm using .NET, but I'd also appreciate some info basing on MSXML.
>
> Thx,
>
> H. NGuyen
E.g. I would like to transform
file "origin.xml":
<root>
<item1>a</item1>
<item2>b</item1>
</root>
in file "i1.xml"
<root>
<item1>a</item1>
</root>
and file "i2.xml"
<root>
<item2>b</item2>
</root>
Thx for helping.
H. Nguyen
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|