mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
* 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:
parent
818d2ee2ae
commit
2079071716
6 changed files with 517 additions and 79 deletions
|
@ -114,7 +114,6 @@ StringFromXMLString(const unsigned char *bytes, unsigned length)
|
|||
GS_XMLNODETYPE *node; \
|
||||
NSUInteger options; \
|
||||
id objectValue; \
|
||||
NSString *URI; \
|
||||
NSMutableArray *subNodes;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue