[Home] [By Thread] [By Date] [Recent Entries]
> I am building <xsl:value-of select=" "/> where the select
> value is
> concat("sect1",$sect1num,".htm")... failed.
This one is almost there except you need to use different quotes:
<xsl:value-of select='concat("sect1",$sect1num,".htm") '/>
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



