On 22 Mar 08, at 01:46, Ian Jackson wrote:
I'd like to have my XML file read by my app, and save the file, or
display it in a NSTextView, as RTF (with the appropriate formatting
etc).
So I have been trying to use:
- (id)objectByApplyingXSLTAtURL:(NSURL *)xsltURL arguments:
(NSDictionary *)
I'd like to have my XML file read by my app, and save the file, or
display it in a NSTextView, as RTF (with the appropriate formatting
etc).
So I have been trying to use:
- (id)objectByApplyingXSLTAtURL:(NSURL *)xsltURL arguments:
(NSDictionary *)argumentserror:(NSError **)error
Which is