Click to See Complete Forum and Search --> : obscure file access


niclaw
05-30-2008, 05:06 AM
Hiya all , i would like to know how i can find a direct link to the actual XML file used on this page

http://armory.wow-europe.com/character-sheet.xml?r=Shadowsong&n=Niclaw

opbviouslhy this is a dynamicaly created file but there must be some way of acessing the raw XML file without being directed to the HTML file which displays it.

I hope that is clear

thanks all

Nic

rpgfan3233
05-30-2008, 12:31 PM
If it is dynamically generated, my guess is that it may not be an XML file, but a PHP or ASP or whatever file that fetches information from a database and puts it into XML format. It really wouldn't be that difficult to do such a thing, nor is it unheard of.

jkmyoung
06-03-2008, 02:02 PM
View Source.

That or save webpage.

It's just an xsl that's creating the html.