09-16-2009, 01:57 AM
|
#3 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
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.
|
|
|
|