Hi,
I have to transform a structure like this:
<root>
<a>mixed content like text and tags
<b>other mixed content</b>
mixed content also here
</a></root>
in another like:
<root>
<a>mixed content like text and tags</a>
<b>other mixed content</b>
<a>mixed content also here</a>
</root>
Tag 'a' is closed before '<b>' and then reopen follow '</b>'.
Also tag 'b' is promote at level of tag 'a'.
Can someone tell me how to do this?
Thanks,
~alex
--~------------------------------------------------------------------
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>
--~--