* Source/NSXMLDocument.m (-URI, -setURI:): Specific implementation.

* Source/NSXMLPrivate.h: Remove URI ivar.
* Source/NSXMLElement.m,
* Source/NSXMLNode.m: Full support for namespaces.
* Tests/base/NSXMLNode/namespace.m: Test code borrowed from
Google data project.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34972 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2012-03-22 09:34:54 +00:00
parent 818d2ee2ae
commit 2079071716
6 changed files with 517 additions and 79 deletions

View file

@ -114,7 +114,6 @@ StringFromXMLString(const unsigned char *bytes, unsigned length)
GS_XMLNODETYPE *node; \
NSUInteger options; \
id objectValue; \
NSString *URI; \
NSMutableArray *subNodes;