[Home] [By Thread] [By Date] [Recent Entries]
Roelof Wobben wrote:
<xsl:apply-templates select="/bookstore/book[position()<3]" /> With XML the '<' character starts a tag, if you want to use it literally you need to escape it as '<' e.g. <xsl:apply-templates select="/bookstore/book[position() < 3]"/> -- Martin Honnen --- MVP Data Platform Development http://msmvps.com/blogs/martin_honnen/
|

Cart



