You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Altu 59 <al...@gmail.com> on 2007/10/07 13:49:29 UTC

TurboXPath

Hi all,

I was wondering if someone has an implementation of TurboXPath at hand
and if he could send it to me.

-Al

-----
Regards
Altu
-- 
View this message in context: http://www.nabble.com/TurboXPath-tf4582905.html#a13082126
Sent from the Xerces - J - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


Re: TurboXPath

Posted by Altu 59 <al...@gmail.com>.
TurboXPath is an algorithm for XPath processing over streaming XML documents.
In effect, with TurboXPath we do not need to store the whole document in
memory so TurboXPath is more memory efficient than DOM based XPath
solutions.

I wanted to write a simplified XPath processor and I wanted to have a look
at TurboXPath before starting writing my own processor.

-Al


Michael Glavassevich wrote:
> 
> ... and what does it have to do with Xerces-J?
> 
> Michael Glavassevich
> XML Parser Development
> IBM Toronto Lab
> E-mail: mrglavas@ca.ibm.com
> E-mail: mrglavas@apache.org
> 
> keshlam@us.ibm.com wrote on 10/08/2007 08:41:34 AM:
> 
>> Uhm... What is "turbo" XPath?
>>
>> ______________________________________
>> "... Three things see no end: A loop with exit code done wrong,
>> A semaphore untested, And the change that comes along. ..."
>> -- "Threes" Rev 1.1 - Duane Elms / Leslie Fish (http://www.ovff.
>> org/pegasus/songs/threes-rev-11.html)
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: j-dev-help@xerces.apache.org
> 
> 
> 


-----
Regards
Altu
-- 
View this message in context: http://www.nabble.com/TurboXPath-tf4582905.html#a13110243
Sent from the Xerces - J - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


Re: TurboXPath

Posted by Altu 59 <al...@gmail.com>.

Michael Glavassevich wrote:
> 
> ... and what does it have to do with Xerces-J?
> 

Well many XML/XPath pros work on Xerces so I thought someone might be able
to help me in this regard.

-----
Regards
Altu
-- 
View this message in context: http://www.nabble.com/TurboXPath-tf4582905.html#a13110245
Sent from the Xerces - J - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


Re: TurboXPath

Posted by Michael Glavassevich <mr...@ca.ibm.com>.
... and what does it have to do with Xerces-J?

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

keshlam@us.ibm.com wrote on 10/08/2007 08:41:34 AM:

> Uhm... What is "turbo" XPath?
>
> ______________________________________
> "... Three things see no end: A loop with exit code done wrong,
> A semaphore untested, And the change that comes along. ..."
> -- "Threes" Rev 1.1 - Duane Elms / Leslie Fish (http://www.ovff.
> org/pegasus/songs/threes-rev-11.html)


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


Re: TurboXPath

Posted by ke...@us.ibm.com.
Uhm... What is "turbo" XPath?

______________________________________
"... Three things see no end: A loop with exit code done wrong,
A semaphore untested, And the change that comes along. ..."
  -- "Threes" Rev 1.1 - Duane Elms / Leslie Fish
(http://www.ovff.org/pegasus/songs/threes-rev-11.html)