- From: Simon St.Laurent <simonstl@simonstl.com>
- Date: Fri, 07 Apr 2000 15:15:25 -0400
- To: www-html@w3.org
From Building XHTML Modules, 5.1:
"parameter entities use the suffix .class when they are used to represent
elements of the same class"
From Modularization of XHTML, B.3.4.1:
<!ENTITY % InputType.class
"( text | password | checkbox | radio | submit
| reset | file | hidden | image )"
>
.....
<!ATTLIST input
%Common.attrib;
type %InputType.class; 'text'
....>
I sympathize with the idea that these input possibilities _should_ have
been elements, but they aren't.
Simon St.Laurent
XML Elements of Style / XML: A Primer, 2nd Ed.
Building XML Applications
Inside XML DTDs: Scientific and Technical
Cookies / Sharing Bandwidth
http://www.simonstl.com
Received on Friday, 7 April 2000 15:13:55 UTC