RE: In Tears... (learning XPath)

Subject: RE: In Tears... (learning XPath)
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 14 Jul 2000 18:32:09 +0100
> 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


Current Thread