Subject: RE: Expressions in attributes
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 11 Oct 2000 09:16:16 +0100
|
> I am trying to embed XML values into an HTML string within my
> XSL stylesheet using the '{}' notation.
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
> <IMG SRC="{name}" HEIGHT="{y}" WIDTH="{x}" />
Attribute value templates are not supported in the old Microsoft XSL
dialect. Upgrade, as desrcibed in
http://www.netcrucible.com/xslt/msxml-faq.htm
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|