Hi Team,
We have the following input xml data. 
 
<data>
 <text>7. Good</text>
 <text>(a) better</text>
 <text>12. Bad</text>
 <text>(g) worse</text>
</data>
 
Please let us know how to achive below output from the above data:
 
<data> 
 <info value="7">
  <id>7.</id>
  <text>Good</text>
 </info>
  <info value="a">
  <id>(a)</id>
  <text>better</text>
 </info>
  <info value="12">
  <id>12.</id>
  <text>Bad</text>
 </info>
  <info value="g">
  <id>(g)</id>
  <text>worse</text>
 </info>
</data>
 
 
Thanks in Advance
 
Regards,

Judie


      Connect more, do more and share more with Yahoo! India Mail. Learn more. 
http://in.overview.mail.yahoo.com/
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to