mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
45bbc24caa
commit
e59d5e782d
2 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue