I'm working with a report where i have to display data from xml tags. the XML looks like the following,
<Types><Type Id="Dial" Date="01/13/2012"/><Type Id="IP" Date="01/13/2012"/></Types>
i need to display like
CommType IssDate
Dial 01/13/2012
IP 01/13/2012
Can someone please help me with this.
Working with CR11 and DB2.
thanks,
<Types><Type Id="Dial" Date="01/13/2012"/><Type Id="IP" Date="01/13/2012"/></Types>
i need to display like
CommType IssDate
Dial 01/13/2012
IP 01/13/2012
Can someone please help me with this.
Working with CR11 and DB2.
thanks,