Re: [xml-dev] Multiple DOCTYPE in one xml document?

From
Dan Shelton <>
To
John Cowan <>
Date
2012-08-05T08:00:24Z
ID
<CAAvCNcCKM1-po+St+i4+6DnzWa=>
Thread
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?