Add warning about state of DOM classes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34657 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-01-29 15:39:19 +00:00
parent 45bbc24caa
commit e59d5e782d
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,8 @@
* Source/NSUserDefaults.m: Try to deal with the case where a language
has been set to the ISO standard name rather than an OpenStep name
by converting to an Openstep name as an alternative lookup key.
* Source/NSXMLNode.m: Add warning that the DOM classes are not really
functional in this release.
2012-01-26 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -259,6 +259,7 @@ GS_PRIVATE_INTERNAL(NSXMLNode)
{
Class theSubclass = [NSXMLNode class];
GSOnceMLog(@"WARNING the XML DOM classes are not currently implemented to a usable level, but we expect to have an implementation based on libxml2 in place for the next release.");
if (nil == (self = [super init]))
{
return nil;