Commit da27133c8f67c96fd55a1a39de20ada0b9f59ab7

Chyla Zbigniew 2001-06-21T13:35:23

Made xmlParseChunk behaving the same way as xmlParseFile (no matter if Made xmlParseChunk behaving the same way as xmlParseFile (no matter if it's the correct behaviour or not ;-) * parser.c (xmlParseChunk): Use the old parser if xmlUseNewParserDefault is not set. Added xmlOldParseChunk declaration. * oldparser.c (xmlOldParseChunk): Made non-static.