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.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to