This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Expressions in attributes


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]