RE: [xsl] implementation of xsl:strip-space

Subject: RE: [xsl] implementation of xsl:strip-space
From: "Sherzod Ruzmetov" <xslt@xxxxxxxxxxxx>
Date: Mon, 27 Jan 2003 15:15:18 -0500
    :<a>
    :<xsl:attribute name="href">
    :<xsl:text>javascript:bigFig('</xsl:text>
    :<xsl:value-of select="$imagelabel" />
    :<xsl:text>','../fig/big/</xsl:text>
    :<xsl:value-of select="$imagefilename" />
    :<xsl:text>','</xsl:text>
    :<xsl:value-of select="$imagelabel" />
    :<xsl:text>');</xsl:text>
    :</xsl:attribute>

Ok, don't use <xsl:attribute..>! Simply hard code the attributes.
It should work afterwards as expected!
http://www.handalak.com/styles/global.xsl
is the actual style sheet used by http://vs.handalak.com. Find the rules for
"deflist"
(definition lists). These are the lists that expand and collapse on mouse
click.

Let's see if it helps.

sherzod



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


Current Thread