PDA

View Full Version : get XML document tree from webpage (ASP)


crmpicco
06-01-2006, 12:59 PM
http://www.teamwarfare.com/viewleague.asp?league=CS%3ASource+EU+5v5+%2D+Open+%2D+Season+3

In the link i have pasted above i have a question regarding XML on that page.

If you click on 'XML Standings' on the left-hand side of the page you will get a document tree in XML.

My question is, how is that done?

Any help appreicated.

Picco
:p

KC-Luck
06-01-2006, 03:33 PM
It is an ASP page, so they are probably pulling that information from a database on the server, or simply creating it on-the-fly via the Server-SIDE.

Then just setting the response contentType to text/xml so you can view it as such.