git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7966 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-11-01 12:55:39 +00:00
parent 1f4a646fa8
commit c52ed1b132

View file

@ -1177,7 +1177,7 @@ static NSString *endMarker = @"At end of incremental parse";
- (BOOL) _initLibXML
{
lib = (void*)xmlCreatePushParserCtxt([saxHandler lib], NULL, 0, 0, "");
lib = (void*)xmlCreatePushParserCtxt([saxHandler lib], NULL, 0, 0, ".");
if (lib == NULL)
{
NSLog(@"Failed to create libxml parser context");
@ -1206,7 +1206,7 @@ static NSString *endMarker = @"At end of incremental parse";
- (BOOL) _initLibXML
{
lib = (void*)htmlCreatePushParserCtxt([saxHandler lib], NULL, 0, 0, "",
lib = (void*)htmlCreatePushParserCtxt([saxHandler lib], NULL, 0, 0, ".",
XML_CHAR_ENCODING_NONE);
if (lib == NULL)
{