xsl-list
[Top] [All Lists]

Re: [xsl] Predicates question

2011-12-17 12:51:23
On 17/12/2011 16:08, Roelof Wobben wrote:
I found that already.

Im now trying to solve this one :


    <xsl:apply-templates select="/bookstore/book[position()&lt; 3 and 
/bookstore[position()&gt; 1  ]" />

Your expression has two left-square-brackets and only one right-square-bracket.

We all have off-days when it takes a while to spot such things, but frankly, you give the impression that you are not taking enough time to examine your code before posting it to the list.

Michael Kay
Saxonica

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--