Re: [xml-dev] Documents within documents

From
Sean McGrath <>
To
Date
2002-02-08T12:38:15Z
ID
<>
Thread
Re: [xml-dev] Documents within documents
At 19:51 07/02/2002 -0800, you wrote:

>I concur.
>Let me clarify that I have never been a DTD-hater. I wish more XML 
>Software did a better job of supporting or making full use of DTDs.
>
>But the problem I mentioned, how they inhibit embedding one doc in 
>another, is pretty damning.

Note that it is not DOCTYPE that inhibits this - the problem is the 
non-nesting "]]>". Internal document
type declaration subsets are an example of the problem but so too are the 
much more commonplace
CDATA sections.

Sean