[thelist] xmlrequest & reading xml data[solved]

Alex Beston alex at deltatraffic.co.uk
Fri Oct 14 03:42:48 CDT 2005


 doh. i had a xml document that wasnt properly formed:

so i had:

<author>mr x</author>
<photos>
    <item>best photo</item>
</photos>

rather than the proper:

<collection>
<author>mr x</author>
<photos>
    <item>best photo</item>
</photos>
</collection>

best

Alex




More information about the thelist mailing list