Re: [xml-dev] Multiple DOCTYPE in one xml document?
On 5 August 2012 06:29, John Cowan <> wrote: > On 8/5/12, Dan Shelton <> wrote: >> is it valid that a document can have multiple DOCTYPE chunks, like the >> one below, in one document? Or is only one allowed at the beginning of >> the document? >> >> <!DOCTYPE mime-info [ >> <!ELEMENT mime-info (mime-type)+> > > No, it isn't valid. Are you sure there is no way to define entities somehow in the middle of an document?