Re: [xml] GSoC using libxml for indexing XML document

2011-06-05 Thread Liam R E Quin
On Sun, 2011-06-05 at 11:19 +0800, Daniel Veillard wrote: On Fri, Jun 03, 2011 at 05:34:03PM +0200, Tomáš Pospíšil wrote: Hi Daniel and all hackers, I'm GSoC student creating new XML index in PostgreSQL which use LibXML for handling XML documents. My idea about index is about to use node

Re: [xml] GSoC using libxml for indexing XML document

2011-06-04 Thread Daniel Veillard
On Fri, Jun 03, 2011 at 05:34:03PM +0200, Tomáš Pospíšil wrote: Hi Daniel and all hackers, I'm GSoC student creating new XML index in PostgreSQL which use LibXML for handling XML documents. My idea about index is about to use node offsets and Patricia Trie for mapping structural

[xml] GSoC using libxml for indexing XML document

2011-06-03 Thread Tomáš Pospíšil
Hi Daniel and all hackers, I'm GSoC student creating new XML index in PostgreSQL which use LibXML for handling XML documents. My idea about index is about to use node offsets and Patricia Trie for mapping structural information to our internal representation tree index. So how can I get offset