ios - NSXMLParser parse error 65 in HTML -
i attempting use nsxmlparser
parse html file believe xhtml
<!doctype html public "-//w3c//dtd html 3.2 final//en"> <html> <head> <title>index of /foo</title> </head> <body> …
the parsing failing quite early
2013-08-23 13:40:00.413 foo[61787:c07] -[directorylistingparserdelegate parser:parseerroroccurred:] line 1 column 52 error domain=nsxmlparsererrordomain code=65 "the operation couldn’t completed. (nsxmlparsererrordomain error 65.)"
error 65 nsxmlparserspacerequirederror
occurring on line 1, column 52
is there wrong in doctype line being returned common apache server?
is /en
not wanted parser?
Comments
Post a Comment