1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-18 14:21:02 +03:00
Files
libxml2/SAXresult/isolat2
2000-07-14 14:54:24 +00:00

18 lines
475 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(tst)
SAX.characters(
The following table d, 1000)
SAX.characters( SIGN
257 175 AF , 1000)
SAX.characters(LETTER A WITH ACUTE
302, 1000)
SAX.characters( D0 Ð LATIN CAPITAL L, 1000)
SAX.characters( ß LATIN SMALL LETTER SH, 1000)
SAX.characters(SMALL LETTER I WITH CIRCUMFLEX, 1000)
SAX.characters(E
376 254 FE þ, 130)
SAX.endElement(tst)
SAX.endDocument()