Hi, I'm currently working on a project which requires me to develop an XForms emulator on the clients browser, so everything is required to be implemented in JavaScript.
For this I need an XML parser with a XPath processor, all implemented in JavaScript so it can run on the client browser. I'm using the open source JavaScript implementation XML parser available at http://www.cjandia.com/2001/espx-tinyxsl/. I need to write a XPath processor in JavaScript to complement this (course my work will also be available as an open source project at the same location). I'm hoping u can make the Xalan XPath processor design available to me so I get some place to start. I'm currently looking into the source code. But it'll be a lot faster if I had some design documents. Hoping you can help. Thanks. -Gaurav
