"Arguments" dictionary in NSXML
"Arguments" dictionary in NSXML
- Subject: "Arguments" dictionary in NSXML
- From: Scott Thompson <email@hidden>
- Date: Fri, 27 May 2005 13:11:58 -0500
In the NSXMLDocument class there is a method:
- (id)objectByApplyingXSLTAtURL:(NSURL *)xsltURL arguments:
(NSDictionary *)argument error:(NSError **)error;
The "arguments:" dictionary in this method is not mentioned in the
current documentation (so far as I can tell). Can anyone suggest
what arguments, if any, might be passed in here? Can I just pass nil?
Scott
In the NSXMLDocument class there is a method:
- (id)objectByApplyingXSLTAtURL:(NSURL *)xsltURL arguments:
(NSDictionary *)argument error:(NSError **)error;
The "arguments:" dictionary in this method is not mentioned in the
current documentation (so far as I can tell). Can anyone suggest
what arguments, if any, might be passed in here? Can I just pass nil?
Scott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden