1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-24 21:33:51 +03:00
libxml2/result/dtd1.sax

10 lines
318 B
Plaintext
Raw Normal View History

1999-06-02 21:44:04 +04:00
SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd)
SAX.externalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd)
1999-06-02 21:44:04 +04:00
SAX.startElement(MEMO)
SAX.characters(
, 1)
SAX.endElement(MEMO)
SAX.endDocument()