Skip to Content
0
Former Member
Feb 24, 2009 at 09:27 PM

XSLT mapping help needed

35 Views

Hi all ,

I need to create xslt mapping where source data is

<?xml version='1.0' ?>

http://rim.com/brightpoint">

<Recordset>

<Data1>

<Data2>ISA:00: :00: :01:1515151515 :01:5151515151 :041201:1217:U:00304:000032123:0:P:*~</Data2>

</Data1>

<Data1>

<Data2>GS:CT:9988776655:1122334455:041201:1217:128:X:003040~</Data2>

</Data1>

<Data1>

<Data2>ST:831:00128001~</Data2>

</Data1>

</Recordset>

</ns:MT_Input>

Output should be txt as

ISA:00: :00: :01:1515151515 :01:5151515151 :041201:1217:U:00304:000032123:0:P:*~

GS:CT:9988776655:1122334455:041201:1217:128:X:003040~

ST:831:00128001~

Can any body please suggest

Thanks

-Kulwant