On Jul 18, 2008, at 14:22 , Ivan wrote:
Since NSXMLDocument is no longer (or never had really been) part of
the iPhone SDK, now I find my app can't be run on my iPhone. So, I
wonder if is there any way I could take to keep on with my
development. Just found tidylib at sourceforge, but don
On 18 Jul '08, at 3:07 PM, Ivan wrote:
I'm asking for alternatives to NSXMLDocument to get a tidy XHTML
document ready to be parsed with the NSXMLParser class
NSXML uses libTidy. If for some reason you can't use those, you should
be able to build libTidy yourself and link it into your app.
Please Mr. Jobe, keep on-topic :-)
I'm asking for alternatives to NSXMLDocument to get a tidy XHTML
document ready to be parsed with the NSXMLParser class, nothing to do
with iPhone... :-)
OK, I'm sory, I'll check for another list.
Ivan.
___
Coc
Hi,
I'm developing a Cocoa Touch app for the iPhone/iPod Touch and I was
using NSXMLDocument with the tidyXHTML option to transform some web
paged into safe XML documents that I parsed with NSXMLParser later on.
Since NSXMLDocument is no longer (or never had really been) part of
the iPh