Re: XPath function not() not working.
Sébastien Brodeur <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
Kris Schneider <kris <at> dotech.com> writes: > > Is "bookId" a request parameter? If so, what happens with this: > > <x:when select="not($xml/books/book[id=$param:bookId])"> > I try to put a valid id directly, without using the request parameter. <x:when select="not($xml/books/book[id='1'])"> The problem still occur. Thank for your reply.