xsl-list
[Top] [All Lists]

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

2007-10-19 16:17:03
On 10/19/07, Scott Trenda <Scott(_dot_)Trenda(_at_)oati(_dot_)net> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--