[NSMutableAttributedString] How is NSBaseURLDocumentOption supposed to work?
[NSMutableAttributedString] How is NSBaseURLDocumentOption supposed to work?
- Subject: [NSMutableAttributedString] How is NSBaseURLDocumentOption supposed to work?
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 26 Jun 2008 00:38:07 +0200
When reading a html document into a NSMutableAttributedString (or
NSTextStorage) using
- (BOOL)readFromURL:(NSURL *)url options:(NSDictionary *)options
documentAttributes:(NSDictionary **)dict,
what value are you supposed to set for NSBaseURLDocumentOption?
When I test this with HTML files that use a separate file referenced
by a relative path, it causes an exception in NSPathStore2
absoluteURL if I set the NSBaseURLDocumentOption of the parent folder
of url (as NSURL).
This is done on Mac OS X 10.4.11.
Is CSS not supported?
_______________________________________________
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