Re: tidying HTML up
Re: tidying HTML up
- Subject: Re: tidying HTML up
- From: Jens Alfke <email@hidden>
- Date: Fri, 18 Jul 2008 15:51:52 -0700
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
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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:
This email sent to email@hidden