value-of misses children 2003-02-27 - By Simon Kitching
> - xsl:value-of returns the value of a single node, not the value of a node > set.
Yep. According to "XSLT Programmer's Reference" (Michael Kay), "If the value [of xsl:value-of's select statement] is a node-set, all nodes other than the first are ignored."
Of course the W3C spec is the official definition...
Regards,
Simon
|
|