xsl-list
[Top] [All Lists]

AW: XSLT multiple output files

2003-07-07 10:41:08

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



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