ios - NSXMLParserErrorDomain error 64 -


i have call xml parsing receiving error "nsxmlparsererrordomain error 64", if parse dynamically error. statically parsing on same xml attribute values.

if try 1 server different request,url , response working xml parsing , getting attribute values.

please check link==>http://brandontreb.com/wordpress-for-iphoneipad-nsxmlparsererrordomain-error-64-resolved

*after scouring internet, found result of few issues.

1) special characters in post body not supported nsxmlparser

2) special characters in comment

3) invalid post or comment rss

4) error in theme/plugin file

for me, turned out issue comments rss feed. loaded in browser , long behold, browser threw error. causing this? turns out, had left space in plugin created. caused space output @ beginning of comments xml, causing error. notice space between ?> ,

after removing space plugin, loaded wordpress iphone , added blog without problem.

so, take away don’t output spaces when create plugin.*

hope helps you...:-)


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -