Re: HTML 4.0/SGML, (#PCDATA)* problem in TEXTAREA

Neil St.Laurent wrote:
> Thanks for that clarification.  What we've decided to do for the
> purpose of using invalid documents is define a generic Pseudo-SGML
> rule:

I don't think this is the rule you want:

> <!ELEMENT name - O (#PCDATA)>
> <!ATTLIST name
>     (name  CDATA  #IMPLIED)* >

You probably want

<!ELEMENT unknown - O ANY>

 Paul Prescod

Received on Wednesday, 30 July 1997 14:05:47 UTC