> I'm trying to build a DOM tree from an XML document thus:
>
[quoted text clipped - 32 lines]
> My XML knowledge isn't good enough to figure out what problem this is
> actually describing.
Yes, I haven't looked in to it in detail, but I've noticed that too. I
just ignored NSXMLDocument, and used libXML. libXML should have no
trouble parsing that file.
Tom Davies - 23 Jan 2006 11:53 GMT
>>I'm trying to build a DOM tree from an XML document thus:
[snip]
> Yes, I haven't looked in to it in detail, but I've noticed that too. I
> just ignored NSXMLDocument, and used libXML. libXML should have no
> trouble parsing that file.
Thanks David, that did the trick!
Tom