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 |
- Re: XSL:USE ?, (continued)
- James Clark - Mon, 28 Sep 1998 09:17:34 -0400 (EDT)
- Tyler Baker - Mon, 28 Sep 1998 09:48:57 -0400 (EDT)
- James Clark - Mon, 28 Sep 1998 22:45:42 -0400 (EDT)
- Tyler Baker - Mon, 28 Sep 1998 23:12:18 -0400 (EDT)
- Tyler Baker - Mon, 28 Sep 1998 23:33:51 -0400 (EDT) <=
|
|