- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sun, 22 Aug 2004 02:33:04 +0200
- To: www-archive@w3.org
- Message-ID: <4132e912.484189197@smtp.bjoern.hoehrmann.de>
Hi, The attached document is an event dump using parserKit.setOption(ParserEventGeneratorKit::outputMarkedSections); parserKit.setOption(ParserEventGeneratorKit::outputCommentDecls); parserKit.setOption(ParserEventGeneratorKit::outputGeneralEntities); in a format { eventName => data } for a document like <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>XHTML 1.0: The Extensible HyperText Markup Language</title> </head> <body> <p id="x" invalid1="x" title=" .................................................................. .................................................................. .................................................................. .................................................................. ">...</p> <p><![CDATA[...]]></p> </body> </html> regards.
Attachments
- text/plain attachment: sgml-parser-opensp-event-dump.txt
Received on Sunday, 22 August 2004 00:34:20 UTC