[xsl] how to transform one doc to 2 docs at the same time?

Subject: [xsl] how to transform one doc to 2 docs at the same time?
From: Jakub.Valenta@xxxxxxxx
Date: Wed, 13 Feb 2002 17:58:59 +0200
Hi all,
does anyone knows how to make the following:
you accept one xml message and want to conver it to more then one and send
it further e.g. using tcp/ip stream.

In other words if the input is one document like this
<book>
 <chapter>
 </chapter>
 <chapter>
 </chapter>
</book>

the desired output is
 <chapter>
 </chapter>

 <chapter>
 </chapter>

and how to generate the xml declaration for both?

br,

Jakub


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread