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: In Tears... (learning XPath)


> 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

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