"Evert Haasdijk" <[EMAIL PROTECTED]> writes:
> Is there any way to inline the DTD for a DOM document so that, after
> writing the document, it has an inline DTD?
My solution is to start my parse with a bare bones document
constructed in a memory buffer. Then I read my DTD in from a disk
file, and build the <!DOCTYPE ...> my self and append it the document
I started, and then start the parser on the inputsource from the
membuf.
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]