Next in thread → Next in month →

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

From
Thomas B. Passin <>
To
Date
2002-03-18T14:35:45Z
ID
<002b01c1ce8a$30303940$0bf13044@tbp>
Thread
Re: [xml-dev] <!ELEMENT element-name (ANY)> in DTD
[Richard Tobin]

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

Whoa, I hadn't noticed the parens in my own reply to this post.

Tom P
Next in thread → Next in month →