Re: [Monetdb-developers] MonetDB/XQuery: reading XML files from TAR archives

2009-08-27 Thread Djoerd Hiemstra
Hi Wouter, Sounds very useful to me! Why is it not simply changed in pf:add-doc(), or put in a new function pf:add-archive()? Best, Djoerd. Wouter Alink schreef: > Hello devs, > > Roberto and I yesterday discussed that it would be useful to be able > to load (compressed) XML collections directl

[Monetdb-developers] preceding-sibling

2008-02-19 Thread Djoerd Hiemstra
Hi there MonetDBs, The results for the following query changed between v0.18 and v0.22: let $list := 1 2 3 4 return $list//item[. = "4"]/preceding-sibling::*[1] It now gives item 3, which I think is wrong since the results of any axis step (also preceding-sibling), should be in documen

Re: [Monetdb-developers] MonetDB/XQuery on FreeBSD

2007-12-10 Thread Djoerd Hiemstra
; any other code-generating tools) as all extraxted and/or generated source > code is contained in the tarballs (cf., http://monetdb.cwi.nl/Download/). > > Stefan > >> With kind regards, >> >> Tristan Pothoven >> >> >> Stefan Manegold wrote: >&

[Monetdb-developers] MonetDB/XQuery on FreeBSD

2007-12-07 Thread Djoerd Hiemstra
[IR] Vraag met betrekking tot PFTijah / MonetDB Date: Fri, 23 Nov 2007 17:06:05 +0100 From: Tristan Pothoven <[EMAIL PROTECTED]> To: Djoerd Hiemstra <[EMAIL PROTECTED]> CC: Vliet,W.M.van(stud-INF) <[EMAIL PROTECTED]> Hallo Djoerd (en Marijn, de jongen van de grote xml), Over

Re: [Monetdb-developers] next release: mps or algebra?

2007-10-16 Thread Djoerd Hiemstra
this for all functions in modules, > >> as well as for all recursive functions. The issue to resolve is the > >> representation of the parameters. > >> > >> Depending on how much time Jan Rittinger has available for this, we will > >> have to find creati

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/modules/pftijah nexi_generate_mil.c, XQuery_0-18, 1.33.2.3, 1.33.2.4

2007-10-05 Thread Djoerd Hiemstra
> You do realize that the XQuery_0-18 branch is the *old* stable branch > and that we're now using XQuery_0-20? Hi Sjoerd, Really?? Maybe I should read the developers list more rigorously. BTW why are we sending these mails to the lists? Best, Djoerd. Sjoerd Mullender wrote: > D

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/modules/pftijah nexi_generate_mil.c, XQuery_0-18, 1.33.2.3, 1.33.2.4

2007-10-04 Thread Djoerd Hiemstra
> You do realize that the XQuery_0-18 branch is the *old* stable branch > and that we're now using XQuery_0-20? Hi Sjoerd, Really?? Maybe I should read the developers list more rigorously. BTW why are we sending these mails to the list? Best, Djoerd. ---

Re: [Monetdb-developers] Any efforts on using bitmap indices?

2007-07-24 Thread Djoerd Hiemstra
Dear Bharani, There is support for full text search in MonetDB/XQuery, see: http://dbappl.cs.utwente.nl/pftijah/ Best, Djoerd. -- Djoerd Hiemstra University of Twente Department of Computer Science PO Box 217, 7500 AE Enschede, The Netherlands URL: www.cs.utwente.nl/~hiemstra Tel: +31 53

[Monetdb-developers] Unimplemented XQuery standard functions

2007-06-01 Thread Djoerd Hiemstra
Dear all, For demo purposes we are in need for implementations of some XQuery standard functions, especially fn:tokenize() and fn:base-uri(). Are there plans for implementing more (or all) standard functions? Best, Djoerd. --

[Monetdb-developers] xs:docmgmt in XQuery user defined functions?

2007-06-01 Thread Djoerd Hiemstra
Dear all, Just a small suggestion for the release version. New functions like pf:add-doc() return an item of type docmgmt. However, this type does not seem to exist if I try to use user defined functions such as declare function local:weird( ) as xs:docmgmt { pf:add-doc("weird.xml", "weird.xml

[Monetdb-developers] multiple XQuery statements in one xq file

2007-04-13 Thread Djoerd Hiemstra
Dear Sjoerd or other developers, Could you please change the "MapiClient -lx" protocol such that the end of query does not coincide with end-of-file? We would like to provide little XQuery scripts with multiple XQuery statements, but of course I cannot put the end-of-file mark into that file witho