[
Lists Home |
Date Index |
Thread Index
]
- From: "Simon St.Laurent" <simonstl@simonstl.com>
- To: XML-Dev Mailing list <xml-dev@xml.org>
- Date: Thu, 03 Aug 2000 01:52:39 -0400
Ever want to:
* add a DOCTYPE as well-formed documents feed into your validating parser
* change the DOCTYPE on incoming documents so you can validate them against
your DTD, not that of their creator?
I've written DOCTYPEChanger, another bit of character-oriented Java that
extends a FilterReader. It's not spectacular code, but it does appear to
work reasonably efficiently and passes my tests so far.
It's open source under the Mozilla Public License, and pretty small.
Bug findings, contributions, and suggestions are all welcome as usual.
http://www.simonstl.com/projects/doctypes/
Coming soon - fun with the encoding declaration.
Simon St.Laurent
XML Elements of Style / XML: A Primer, 2nd Ed.
http://www.simonstl.com - XML essays and books
|