Re: [basex-talk] nilled() not working

2015-01-15 Thread Michael Seiferle
Dear Ankit, BaseX is not a schema aware XQuery processor, hence your results. In BaseX fn:nilled() will always return false. Element nodes in BaseX will always be untyped, see for instance: http://www.w3.org/TR/xpath-datamodel-30/#ElementNode => Property 11 and http://www.w3.org/TR/xpath-funct

[basex-talk] fn:nilled() not working

2015-01-15 Thread ankit kumar
I am trying to run fn:nilled() function in base-x, but every time a node with xsi:nil="true" is passed to the function it return false. Please help me out.

Re: [basex-talk] RESTXQ example of query parameters

2015-01-15 Thread Dirk Kirsten
Dear Michael, you are correct and indeed this has been a mistake. The variable names given in the query parameters should match the ones given as function parameters. I just fixed this in our wiki, thanks for pointing it out. And I am quite surprised no one noticed this earlier, as this error se