Vendzilla Banks Inspector May 9, 2008 400 10 0 California playboywebmasters.com Apr 15, 2011 #1 I want to take a XML feed and display it on a webpage, never worked with XML, this feed includes pics, text and links. ANyoine got a good example of something in javascript or some other code?
I want to take a XML feed and display it on a webpage, never worked with XML, this feed includes pics, text and links. ANyoine got a good example of something in javascript or some other code?
DewChugr Photoshop God Jun 26, 2006 1,977 66 0 48.655139,-119.644032 Apr 15, 2011 #2 Look into simple xml (PHP).
Vendzilla Banks Inspector May 9, 2008 400 10 0 California playboywebmasters.com Apr 18, 2011 #3 DewChugr said: Look into simple xml (PHP). Click to expand... That seems to be the best way to go, was hoping to find a template with everything laid out, I'm lazy like that, but studying tonight
DewChugr said: Look into simple xml (PHP). Click to expand... That seems to be the best way to go, was hoping to find a template with everything laid out, I'm lazy like that, but studying tonight
J jaker3 New member Oct 1, 2010 18 2 0 Apr 18, 2011 #4 You ever work with RSS Feeds? RSS is essentially XML. You could easily modify whatever script(s) you use for rss and read the xml files in.
You ever work with RSS Feeds? RSS is essentially XML. You could easily modify whatever script(s) you use for rss and read the xml files in.
Rage9 Banned Jan 7, 2008 6,061 101 0 Apr 18, 2011 #5 SimplePie: Super-fast, easy-to-use, RSS and Atom feed parsing in PHP. for RSS. Simple XML for anything else.
SimplePie: Super-fast, easy-to-use, RSS and Atom feed parsing in PHP. for RSS. Simple XML for anything else.