Branch
Hash :
abac41e8
Author :
Date :
2005-07-06T15:17:38
fixing bug #166777 (and #169838), it was an heuristic in areBlanks which * parser.c: fixing bug #166777 (and #169838), it was an heuristic in areBlanks which failed. * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml: added the input file to the regression tests Daniel
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(a)
SAX.characters(
, 5)
SAX.startElement(B)
SAX.characters(
, 9)
SAX.startElement(C)
SAX.endElement(C)
SAX.characters( , 3)
SAX.characters(
, 1)
SAX.endElement(B)
SAX.characters(
, 1)
SAX.endElement(a)
SAX.endDocument()