[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: XSL:USE ?


Subject: Re: XSL:USE ?
From: James Clark <jjc@xxxxxxxxxx>
Date: Tue, 29 Sep 1998 08:45:44 +0700

Tyler Baker wrote:
> 
> James Clark wrote:

> >  The stylesheet DTD may also need to define additional attributes for
> > xsl:attribute-set.
...
> by your statement I take it you can have multiple attribute-set
> types.  In other words:
> 
> <!ELEMENT xsl:attribute-set1 EMPTY>
> <!ATTLIST xsl:attribute-set1
>   foo CDATA "Bar"
> >

I said additional attributes for *xsl:attribute-set*.  Remember there
can be any number of ATTLIST declarations for a single element type.
Your DTD that includes the fragment in Appendix A would provide ATTLIST
declarations for all the attributes you want to allow on
xsl:attribute-set:

<!ATTLIST xsl:attribute-set
  foo CDATA "Bar"
  bar CDATA "Foo"
>

James



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



Current Thread