Re: design for XPath processor

2002-05-09 Thread Tom Amiro
Gaurav, Have you considered using Java applets and XSLTC rather than Javascript? You wouldn't have to write an XPath processor. We have some documenation on how to use XSLTC for applets. I've attached a README so you can get an idea if it makes any sense for you. Or you can look at the files i

RE: design for XPath processor

2002-05-09 Thread Rick Bullotta
Why does it have to be in JavaScript? Why not Java??? Rick Bullotta CTO Lighthammer Software (www.lighthammer.com) -Original Message- From: Gaurav Pal [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 2:22 PM To: '[EMAIL PROTECTED]' Subject: design for XPath proc

design for XPath processor

2002-05-09 Thread Gaurav Pal
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 u