Re: XSL:USE ?

Subject: Re: XSL:USE ?
From: Tyler Baker <tyler@xxxxxxxxxxx>
Date: Mon, 28 Sep 1998 23:36:03 -0400
Wouldn't it just make more sense to have an ENTITY named attribute-set that
is part of the result-elements.

For example:

<!ENTITY % result-elements "ANY">
<!ENTITY % attribute-set "INSERT_LIST_OF_ATTRIBUTE NAME/TYPE/VALUE
SETS_HERE">

Then for the xsl:template element and other template elements such as xsl:if
you would have:

<!ELEMENT xsl:template %template;>
<!ATTLIST xsl:template
  match %pattern; #REQUIRED
  priority %priority; #IMPLIED
  %attribute-set;
  %space-att;
>

Tyler


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread