mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-02-10 04:24:01 +00:00
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
xmlSAXUserParseFile returned error 26
|
|
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(doc, , )
|
|
SAX.entityDecl(YN, 1, (null), (null), "Yes")
|
|
SAX.getEntity(YN)
|
|
SAX.entityDecl(WhatHeSaid, 1, (null), (null), He said &YN;)
|
|
SAX.getEntity(WhatHeSaid)
|
|
SAX.startElement(doc)
|
|
SAX.getEntity(WhatHeSaid)
|
|
SAX.error: Entity 'WhatHeSaid' not defined
|
|
xmlSAXUserParseFile returned error 26
|