I just ran into a bit of a problem with CFXMLParser. For some odd
reason, when I have an entity like this: <link>http://
www.somesite.com/?p=showstuff&id=123</link> the nodeValue of this
entity becomes: http://www.somesite.com/?p=showstuff
The XML file is retrieved over the internet and is saved in an NSData
object, which I then pass to the CFXMLParser. Is there something I'm
missing?
Here's some of the code I use to read the XML file:
//do something with nodeString, ie check which entity it
represents...
Thanks in advance
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden