07-04-2009, 05:09 PM
|
#3 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 309
Thanks: 5
|
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.
|
|
|
|