View Single Post
Old 07-04-2009, 05:09 PM   #3 (permalink)
adamdecaf
The Addict
 
adamdecaf's Avatar
 
Join Date: May 2009
Posts: 309
Thanks: 5
adamdecaf is on a distinguished road
Default

Well, it will fail in trying to parse the data between,

Code:
<criteria name="The Arachnid Quarter"/>
<criteria name="The Construct Quarter"/>
because it's not a in the standard simple xml format.

Code:
<criteria>The Arachnid Quarter</criteria>
<criteria>The Construct Quarter</criteria>
It looks like your going to need to use some advanced simplexml, and add some attributes to parse it correctly.
__________________
My Site
adamdecaf is offline  
Reply With Quote