View Single Post
Old 09-16-2009, 01:57 AM   #3 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

For simple XML adamdecaf's solution should work just fine. However, if you plan on parsing loosely-typed XML (like HTML) and you don't want to mangle the data then you will have to use the DOMDocument class to manually parse the XML.

I wrote a class for Dingo that safely serializes and de-serializes loosely-typed XML by using the DOMDocument class, but you won't be able to get your hands on that until Oct 1.
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote