4 Replies - 749 Views - Last Post: 07 March 2009 - 05:32 PM Rate Topic: -----

#1 JDogg2008   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 23
  • Joined: 11-January 09

Parsing XML

Post icon  Posted 07 March 2009 - 04:12 AM

Hey guys, is there an easy way to parse XML using PHP?. The XML file I want to parse is http://www.xfire.com...jdogg1329/live/.
I just want to make a cool looking page with the information in the XML file.
Is This A Good Question/Topic? 0
  • +

Replies To: Parsing XML

#2 Hary   User is offline

  • D.I.C Regular

Reputation: 44
  • View blog
  • Posts: 427
  • Joined: 23-September 08

Re: Parsing XML

Posted 07 March 2009 - 04:45 AM

Use the PHP Dom-xml functions:
Manual
Was This Post Helpful? 0
  • +
  • -

#3 JackOfAllTrades   User is offline

  • Saucy!
  • member icon

Reputation: 6260
  • View blog
  • Posts: 24,030
  • Joined: 23-August 08

Re: Parsing XML

Posted 07 March 2009 - 06:32 AM

Or SimpleXML.
Was This Post Helpful? 0
  • +
  • -

#4 Valek   User is offline

  • Gravity seems weak until you look down
  • member icon

Reputation: 544
  • View blog
  • Posts: 1,716
  • Joined: 08-November 08

Re: Parsing XML

Posted 07 March 2009 - 01:31 PM

I wrote a tutorial on using SimpleXML. You can find it here.
Was This Post Helpful? 0
  • +
  • -

#5 JDogg2008   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 23
  • Joined: 11-January 09

Re: Parsing XML

Posted 07 March 2009 - 05:32 PM

Thanks guys I'll take a look at the links.
EDIT:http://jdogg.codcreators.com/xfire/test.php I got it working :) cheers guys.

This post has been edited by JDogg2008: 07 March 2009 - 06:01 PM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1