[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Define a root in a DTD
- From: Radovan Chytracek <Radovan.Chytracek@cern.ch>
- To: xml-dev@lists.xml.org
- Date: Tue, 26 Jun 2001 16:20:41 +0200
Hello,
I'm not sure you can do that using a DTD. In DTD all the XML elements
declarations are in a "global" scope, it means that virtually any of them can
be used as a root element in an instance XML document according to the DTD.
XML Schema allows you to define "local" elements to get this effect.
But you can give a try the XML Patterns at
http://www.xmlpatterns.com/categoryAllPatterns.shtml#DocumentRoots
Radovan
> Hello,
>
> 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 ?
>