OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Define a root in a DTD



christine.coisy@modicon.com wrote:
>     I have few elements in a DTD and I want to explicity declare one as the root
> to be used in XML, not the others, is there a way for that ?

As has been pointed out by others, you can't do this in the DTD. What
hasn't been mentioned is that you effectively create this constraint in
the document type declaration:

  <!DOCTYPE myRoot SYSTEM "uri-of-some-dtd">

...says that this document is of type "myRoot", and thus its root/document
element is going to be one of those "myRoot" elements, a type of element
for which the content model can be found in the specified DTD.

   - Mike
_____________________________________________________________________________
mike j. brown, software engineer     |  xml/xslt: http://skew.org/xml/
in denver, colorado, USA             |  personal: http://hyperreal.org/~mike/