Re: inlining a DTD

2001-07-10 Thread Jason E. Stewart
"Evert Haasdijk" <[EMAIL PROTECTED]> writes: > Thanks for your suggestion, although I'm not sure how to 'build the > myself' Could you illustrate with some (pseudo)code ? You just want to build a string piece by piece, then read in the dtd, then close the doctype; I'm Sorry Evert, but I'm real

RE: inlining a DTD

2001-07-10 Thread Evert Haasdijk
M > To: [EMAIL PROTECTED] > Subject: Re: inlining a DTD > > > "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

Re: inlining a DTD

2001-07-10 Thread Jason E. Stewart
"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, an