Dear Marty & Ober,

Let me explain the problem a bit in detail.

I am developing an application in VB6 that has to take travel inputs(air availability, car rentals, hotel reservations, etc.) from the travel agent. The application will then convert the parameters into xml format, which will be sent to www.worldspan.com. The site will send a response in xml format. Now, here I'm facing problems. My code should be able to display the xml data in a tabular format in the VB application without being response specific. The results are not to be displayed in IE or somehere else.My code should not search for tags or rather it should not rip-off the tags to display data. The code should be very general and no matter what kind of xml response comes, it should simply be able to show the data. Atmost, I can use .xsl or .css files.

Can u people help me in solving this problem? If possible, than give me codes/resources or specific urls where I can find related help.

Thanks a lot.