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. (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.
—Jens
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list ([email protected]) 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/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
