mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-09 04:58:16 +03:00
17 lines
512 B
Plaintext
17 lines
512 B
Plaintext
|
xmlSAXUserParseFile returned error 27
|
||
|
SAX.setDocumentLocator()
|
||
|
SAX.startDocument()
|
||
|
SAX.internalSubset(doc, (null), (null))
|
||
|
SAX.entityDecl(YN, 4, (null), (null), "Yes")
|
||
|
SAX.getParameterEntity(YN)
|
||
|
SAX.getParameterEntity(YN)
|
||
|
SAX.error: PEReference: %YN; not found
|
||
|
SAX.entityDecl(WhatHeSaid, 1, (null), (null), He said )
|
||
|
SAX.getEntity(WhatHeSaid)
|
||
|
SAX.startElement(doc)
|
||
|
SAX.getEntity(WhatHeSaid)
|
||
|
SAX.warning: Entity 'WhatHeSaid' not defined
|
||
|
SAX.endElement(doc)
|
||
|
SAX.endDocument()
|
||
|
xmlSAXUserParseFile returned error 27
|