1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/SAXresult/dtd1

10 lines
311 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd)
SAX.resolveEntity(-//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd)
SAX.startElement(MEMO)
SAX.characters(
, 1)
SAX.endElement(MEMO)
SAX.endDocument()