Using Touchxml With Html Tidy
I am trying to set up TouchXML in my iPhone app to parse HTML from a website, but unfortunately the website's HTML isn't valid XML. I'd like to use HTML tidy to tidy it up, and in
Solution 1:
Tidy.h is found in /usr/include/tidy add that to your User Header Search Paths in xcode as well as add -ltidy to your Other Linker Flags. You should be all set.
Solution 2:
Did you download the TouchXML? Then you should add the files in /TouchXML/Externals/tidy/src to your project. That's the tidy!
Post a Comment for "Using Touchxml With Html Tidy"