-nodesForXPath: and xmlns:foo
-nodesForXPath: and xmlns:foo
- Subject: -nodesForXPath: and xmlns:foo
- From: "Michael Hanna" <email@hidden>
- Date: Fri, 23 Nov 2007 13:18:12 -0800
In a WSDL document, I want to parse an attribute that goes by the name
"xmlns:s". When I use this code:
NSArray *schemaDescription = [m_wsdlTree
nodesForXPath:@".//wsdl:definitions/@xmlns:s" error:&err];
NSLog(@"schemaDescription %@", schemaDescription);
I get a null pointer back.
How do I retrieve an attribute nested in a namespace?
Michael
_______________________________________________
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