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

Re: [xsl] extend an xslt template defined elsewhere?


Subject: Re: [xsl] extend an xslt template defined elsewhere?
From: "Anthony Ettinger" <anthony@xxxxxxxxx>
Date: Fri, 19 Oct 2007 16:16:34 -0700

On 10/19/07, Scott Trenda <Scott.Trenda@xxxxxxxx> wrote:

> If this IS the case, you can do this:
>
> <xsl:import href="docbook.xsl"/>
> <xsl:attribute-set name="glossdef">
>   <xsl:attribute name="class">
>     <xsl:value-of select="@role"/>
>   </xsl:attribute>
> </xsl:attribute-set>
>


I still have an empty class attribute in my html output.









-- 
Anthony Ettinger
Ph: 408-656-2473
var (bonita, farley) = new Dog;
farley.barks("very loud");
bonita.barks("at strangers");

http://chovy.dyndns.org/resume/
http://utuxia.com/consulting


Current Thread