Listing all HTML Links
Listing all HTML Links
- Subject: Listing all HTML Links
- From: Bill Bumgarner <email@hidden>
- Date: Thu, 13 Jun 2002 15:47:31 -0400
No need to do that-- NSAttributedString can parse HTML and, once parsed,
it is quite easy to find all the links.
See the source for Xmanview -- it does cursor rect highlighting to turn
the cursor into a little hand when the user rolls over a link.
mosxland.sourceforge.net
b.bum
On Thursday, June 13, 2002, at 03:37 PM, email@hidden
wrote:
Also, how does one open and list all of the links in an html document?
You could parse for the a-tag (regexps should help).
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.