Hi,
You can parse it using different methods,
1.Java with Xerces or crimson
2.XALAN with XSLT
3.ASP with MSXML
4. ......
1.If you want to write a
java code to parse the input XML you can read this tutorial and try
using DOM orUSing SAX These two tutorials will give you some basics ideas on how to parse the xml. You can download either Xerces or Crimson as Parser, I found Crimson is faster.
2.you can write XSLT to convert the inputXML in to any format you want.You have to learn XSLT which is relatively easy.(don't have good tutorial links now,will give you on monday). But the XML tutorials at this link
http://www.w3schools.com/ and the XML Processing tutorials will sure help you,the former will teach you the fundas of XML.
3.OR download MSXML from MS site ,after installing double click MSXML help from your desktop,you will get bunch of tutorials to parse xml using asp,vb,js,vbscript etc.,
[ December 22, 2002: Message edited by: Balaji Loganathan ]