XQuery and Internet Explorer 6/Win2000

Questions about XML that are not covered by the other forums should go here.
UncleRic
Posts: 4
Joined: Fri Oct 27, 2006 11:09 pm

XQuery and Internet Explorer 6/Win2000

Post by UncleRic »

Greetings:
I want to disseminate a DOM object (via XAJAX) using JavaScript 1.5+ (W3C-compliant browsers). Unfortunately, IE6/Win2000 (my client's environment) only works with JavaScript 1.3 and doesn't do recursive logic.

So now I'm looking at XQuery as a possible data-mining tool. I need something to easily mind data (attributes and kids) of a DOM object within JavaScript.

So my question is, can I use XQuery within a browser's JavaScript?

Ric.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

No, XQuery is not supported by web browsers.


Regards,
Sorin
Post Reply