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]
Other format: [Raw text]

RE: Selection based on date comparison


> 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


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