Re: [basex-talk] HTML5 serialization and @required.

2016-05-27 Thread France Baril
Awesome! Thank you! On Fri, May 27, 2016 at 1:40 AM, Christian Grün wrote: > Hi France, > > I have updated the list of boolean HTML attributes; it will work with > the latest snapshot. > > Best, > Christian > > > > On Fri, May 27, 2016 at 2:16 AM, France Baril > wrote: > > I created forms that

Re: [basex-talk] Search algorithm used by BaseX

2016-05-27 Thread Christian Grün
Hi Bram, BaseX employs a wide variety of algorithms for searching data, traversing paths, tokenizing texts etc., and XQuery is a complex programming language with lots of features, so I definitely need more information on what you mean by »search algorithm«. The official specs [1,2] might give you

[basex-talk] Search algorithm used by BaseX

2016-05-27 Thread Bram Vanroy | KU Leuven
Good afternoon all, It's me again While writing my paper, I was wondering how BaseX (and/or XQuery)'s search algorithm actually works. I imagine each XML-structure is search through one by one, but what technique is used in this search? I'm looking for some terminology such as A*, IDA, D*, dep

Re: [basex-talk] multiple inserts/update/deletes in single transaction

2016-05-27 Thread Wang, Genneva
Hi Christian, Sorry, I meant that db:store should have the same “Summary” (or equivalent version) as db:replace ? Thanks for suggesting revising documentation, however, considering writing is probably my worst subject since school days, I would pass on the opportunity. However, I would be more

Re: [basex-talk] HTML5 serialization and @required.

2016-05-27 Thread Christian Grün
Hi France, I have updated the list of boolean HTML attributes; it will work with the latest snapshot. Best, Christian On Fri, May 27, 2016 at 2:16 AM, France Baril wrote: > I created forms that use enctype="multipart/form-data" name="zip" required="required" type="file"/> > > I was hoping th

Re: [basex-talk] multiple inserts/update/deletes in single transaction

2016-05-27 Thread Christian Grün
Hi Genneva, > Seems like db:store should be in the same as db:replace ? I didn’t get this? Wiki edits are welcome. Would you be interested in revising the documentation? Christian On Fri, May 27, 2016 at 8:35 AM, Wang, Genneva wrote: > Thanks Christian, > > I tried it out so it does seemed