Re: Text Editor
Re: Text Editor
- Subject: Re: Text Editor
- From: Mike Abdullah <email@hidden>
- Date: Mon, 28 Jul 2008 17:15:13 +0100
3 options:
* NSAttributedString
* Create a parser using NSScanner that strips out all non-text.
* WebKit, in particular the DOM API.
On 28 Jul 2008, at 12:10, mahaboob pa wrote:
Hi,
I'm new to cocoa. I'm developing an application that converts the
text into
HTML and vice versa. I can convert text into HTML format but, I
didn't get
the code to convert an HTML contents into text format. How can I do
this ?
_______________________________________________
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
_______________________________________________
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
References: | |
| >Text Editor (From: "mahaboob pa" <email@hidden>) |