Is there a description of the various errors that NSXMLParser can return? I'm aware of the apple documentation of these codes, but this page doesn't give anything other than a title for the error.
A:
That enum
defines all of the NSXMLParserError
s. If you want (slightly) more detail, you can click on a particular constant in the list.
Evan DiBiase
2009-02-01 16:45:50
That's all the further I was able to go, too.
kubi
2009-02-06 19:12:50
I accepted this as the answer because it looks like the best possible answer. Thanks,
kubi
2009-09-16 22:30:07