[jQuery] Re: Localization and using JQuery

2007-09-19 Thread Andy Martone
Yes, you can use jQuery to select nodes out of an XML document as you would out of the HTML DOM. We are using a similar technique for client-side i18n in our application. $("SomeNode", someDoc) returns all the SomeNode elements inside someDoc. You may find the XPath plugin to be helpful to navi

[jQuery] Re: Localization and using JQuery

2007-09-19 Thread daSMC
Hi Ya'll I am just about to start using Jquery this morning to open an xml file and find a tag and its contents. We are trying to NOT use a server side language (asp/php etc). This can be done right? On Sep 18, 3:14 pm, daSMC <[EMAIL PROTECTED]> wrote: > I have an idea to get a mockup of a new s