This commit is contained in:
2025-08-26 22:57:23 +08:00
commit b703135335
25222 changed files with 6200887 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
setDocumentLocator(locator={columnNumber=1, lineNumber=1})
startDocument()
startDTD(name="doc", publicId="", systemId="")
externalEntityDecl(name="%e", publicId="", systemId="097.ent")
attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="")
resolveEntity(publicId="", systemId="097.ent", ret={})
skippedEntity(name="%e")
attributeDecl(eName="doc", aName="a2", type="", valueDefault="", value="")
endDTD()
startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
endElement(namespaceURI="", localName="doc", qName="doc")
endDocument()