Re: [basex-talk] Mistake in the docs?

2015-07-02 Thread Christian GrĂ¼n
I think an empty sequence is required as third parameter to fill the gap for paths parameter. Isn't it? If you agree I can fix it. You're surely right. Thanks in advance for fixing it! Christian

Re: [basex-talk] Execution problem

2015-07-02 Thread Dirk Kirsten
Hi Samby, the query is behaving correctly. You have to escape (with lt;) as it signals the beginning of an element. On the other hand you should escape (with gt;), but it is not strictly required. Cheers, Dirk On 07/02/2015 10:40 AM, IrisDeveloper development wrote: Hello, I am

[basex-talk] Execution problem

2015-07-02 Thread IrisDeveloper development
Hello, I am executing following query in basex 8.2 let $a := aif a 0 {sum((1,2,3))}/a return $a o/p : aif a gt; 0 6/a but when I am executing let $a := aif a 0 {sum((1,2,3))}/a return $a it gives me a error Expecting element name , '' found. Query works for '' but not with ''. Thanks

[basex-talk] ft:mark

2015-07-02 Thread Lars Johnsen
The full text function ft:mark() puts a mark around each of the words that occur in a match, starting from the first matching word to the last, including stop words, except for punctuation characters. Is it possible to check for the kind of characters (or strings) that ft:mark() will skip when