Subject: [A] : DTD for XSL Style-sheets
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxx>
Date: Wed, 09 Sep 1998 20:26:30 -0400
|
Given this definition of xsl:define-attribute-set and xsl:attribute-set:
<!ELEMENT xsl:define-attribute-set (xsl:attribute-set)>
<!ATTLIST xsl:define-attribute-set
name NMTOKEN #REQUIRED
>
<!ELEMENT xsl:attribute-set EMPTY>
<!ATTLIST xsl:attribute-set
xsl:use NMTOKENS #IMPLIED
>
was it considered to combine the two into something along the lines of:
<!ELEMENT xsl:define-attribute-set EMPTY>
<!ATTLIST xsl:define-attribute-set
xsl:name NMTOKEN #REQUIRED
xsl:use NMTOKENS #IMPLIED
>
to reduce the amount of element structure? If so, what are the benefits of
the structure as decided?
........ Ken
--
G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxx
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/
Box 266, V: +1(613)489-0999
Kars, Ontario CANADA K0A-2E0 F: +1(613)489-0995
Training: http://www.CraneSoftwrights.com/s/schedule.htm
Resources: http://www.CraneSoftwrights.com/s/resources.htm
Shareware: http://www.CraneSoftwrights.com/s/shareware.htm
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|