Hi,
How can I transform the following XML:
<parent><elem/>text<br/><elem/>word<hr/>word<elem/></parent>
to
<parent>
<elem>text<br/></elem>
<elem>word<hr/>word</elem>
</parent>
I'd like <elem> to enclose all its following-siblings up to either the the next
<elem> or the end tag of its parent element.
How can I do this in XSLT ? Anyone know how can I select these nodes ?
Many thanks,
Michael.
------------------------------------------------------------
This email was sent from Netspace Webmail: http://www.netspace.net.au
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--