RE: [xml-dev] XQuery & Several records (instead of one xml-field)

From
Robert Koberg <>
To
Len Bullard <>
Date
2007-10-19T21:01:52Z
ID
<1192827712.9231.21.camel@dell9400>
Thread
RE: [xml-dev] XQuery & Several records (instead of one xml-field)
On Fri, 2007-10-19 at 16:59 -0400, Robert Koberg wrote:
> On Fri, 2007-10-19 at 15:36 -0500, Len Bullard wrote:
> > 
> > What I am not seeing is much XQuery for the document side or at all.   I
> > suspect many/most are still loading and DOM walking as ugly as that can be,
> > shredding or simply relying on XSL.
> 
> A lot of people use javascriptfor templating and traversal. It seems all
> of the major Ajax frameworks have excellent querying at the document
> level. Many of them have templating systems or can use trimpath's
> templates:
> 

This email escaped before I finished... Trimpath templates is at:

http://code.google.com/p/trimpath/wiki/JavaScriptTemplates

You don't need to rely on the browser either. You can use it offline
with something like Rhino.

best,
-Rob