Re: [xml-dev] [urgent] Announcement: new W3C XQuery/Xpath Full-Text working drafts

From
Jonathan Robie <>
To
Date
2004-07-20T08:22:19Z
ID
<>
Thread
Re: [xml-dev] [urgent] Announcement: new W3C XQuery/Xpath Full-Text working drafts
Vamsi Krishna Reddy wrote:
> 
> sir,
> 
>          can u please help me in finding good and latest implementation 
> strategies of XQuery..
> i.e any research papers on implementing xquery...

You could start with Citeseer:

http://citeseer.ist.psu.edu/cs?cs=1&q=xquery+implementation&submit=Documents&co=Citations&cm=50&cf=Any&ao=Citations&am=20&af=Any

Implementation strategies are going to depend a lot on the physical 
representation of data you are querying - XML files, relational 
databases, and native XML persistent stores with custom indexes all have 
quite different requirements.

Can you say more about what you are trying to do?

Jonathan