RE: [xsl] Selection based on date comparison

Subject: RE: [xsl] Selection based on date comparison
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 30 Nov 2001 23:05:02 -0000
> However when run it through
> Xalan I get
> "value of expression cannot be converted to a node set"
>
> <xsl:for-each
> select="concat(substring(

I can't see why you're suprised: the result of concat() is a string, so what
would you expect xsl:for-each to do when given a string?

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread