Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Xslt tokenize split

40 views
Skip to first unread message

johanl...@gmail.com

unread,
Feb 17, 2013, 6:28:35 AM2/17/13
to
Hello is it possible to use xslt to go from

Code:
<XML>
<Name>tag1value1;tag1value2</Name>
<Adress>tag2value1;tag2value2</Adress>
</XML>
To this

Code:
<XML>
<LINE>
<Name>tag1value1</Name>
<Adress>tag2value1</Adress>
</LINE>
<LINE>
<Name>tag1value2</Name>
<Adress>tag2value2</Adress>
</LINE>
</XML>
Any help would be most appreciated.

Johan
0 new messages