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. (Just be
careful with licenses — if libTidy is LGPL, you can't statically link
it into your app unless your app is also GPL.) You'd probably want to
create a new dynamic-library target in Xcode and add the libTidy
source files to it.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden