[
Lists Home |
Date Index |
Thread Index
]
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
|