blob: 109b88193844010eaa7f5e3cda0c211e128bd4b1 [file] [log] [blame]
Daniel Veillard71f93fc2000-07-14 14:54:24 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.startElement(tst)
4SAX.characters(
5
6 The following table d, 1000)
7SAX.characters( SIGN
8 257 175 AF , 1000)
9SAX.characters(LETTER A WITH ACUTE
10 302, 1000)
11SAX.characters( D0 Ð LATIN CAPITAL L, 1000)
12SAX.characters( ß LATIN SMALL LETTER SH, 1000)
13SAX.characters(SMALL LETTER I WITH CIRCUMFLEX, 1000)
14SAX.characters(E
15 376 254 FE þ, 130)
16SAX.endElement(tst)
17SAX.endDocument()