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 (Cocoa-dev@lists.apple.com)
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]