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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] <!ELEMENT element-name (ANY)> in DTD

[ Lists Home | Date Index | Thread Index ]

>    <!ELEMENT element-name (ANY)>.
>The keyword ANY declares an element with any content.

But that's not the keyword ANY.  That's the name of an element which
happens to be ANY.  You want:

  <!ELEMENT element-name ANY>

without the parentheses.

Also note that you still have to declare the elements that appear inside
<element-name>.

-- Richard




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS