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

@ -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;