[
Lists Home |
Date Index |
Thread Index
]
- From: Kay Michael <Michael.Kay@icl.com>
- To: "'Mike Sharp'" <msharp@lante.com>
- Date: Mon, 22 May 2000 13:33:12 +0100
Readers beware that this post is about Microsoft IE5 1998 XSL, not about the
XSLT language. The original poster didn't say which he was using so he's
probably very confused. Neither <xsl:eval> nor <xsl:script> are defined in
XSLT.
Mike Kay
> Pierre,
>
> It's very easy. In your XSL, while processing the <p> tag in
> the output (ie:
> before the </p> tag), use the following:
>
> <xsl:attribute
> name="class"><xsl:eval>fnTagName(this)</xsl:eval></xsl:attribute>
>
>
> Then, at the top of the page, include a script block, like this:
>
> <xsl:script language = "javascript"><![CDATA[
> function fnTagName(e) {
> return e.nodeName;
> }
> ]]></xsl:script>
>
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|