Hello all, I have tried so many things to get this to work but to no avail, can someon eplease help me out here with a simple script for n XML steam feed. http://api.steampowered.com/ISteamUserStats/GetGlobalAchievementPercentagesForApp/v0002/?gameid=221380&format=xml OK NOW THE ISSUE IS: I have a blank webpage which I have placed the above link into, I simply want the contents of the XML feed from the link to appear in my page....... How do I make the contents of that url appear on the same page?? SO I NEED THE SMALL SCRIPT OR HTML CODE TO DO THIS Also I would like to have the background a certain colour and use a certain font like 12point arial with bold headings and lower case text. Can someone please provide me with the html to allow this XML feed to appear on my webpage with a different colour background, arial 12pt font in bold and lowercase ____________________________________________________________________________ I RECEIVED A REPLY TO THIS POST AND THEY ADDED THIS: It's a little hard to tell from what you wrote. But, I think what you are looking for is an AJAX script to pull in the XML, then CSS can take care of the formatting. Look up how to process a XMLHttpRequest in javascript (or another scripting language). That will let you put the XML file into an array. Then, you can use (javascript) document.write() to put the pieces on your page. ______________________________________________________________________________ SO this being said do I need a javascript code in the page to show the XML Feed with formatting, what would this code be, this is the magical question Could someone pleasde please help me.......... With regards Mathew
So you want someone to write stuff for you for nothing ? You need to compensate the developers here, its not a free show here where you just come and grab what you want. What are you returning for the favor for this ? This is not a 5 min job, this is a couple of hours. What you are doing also is scrapping a site, you do know google penalizes likes shit for this with their new algorithm right ?
they give you the right answer so check here : http://www.w3.org/TR/XMLHttpRequest/ Read and learn then apply !