[Home] [By Thread] [By Date] [Recent Entries]


>    <!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

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member