This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]