[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: XML Encoding of XPath: Examples
- From: Ingo Macherius <macherius@darmstadt.gmd.de>
- To: Paul T <paul@pault.com>, Charles Reitzel <creitzel@mediaone.net>,Evan Lenz <elenz@xyzfind.com>
- Date: Fri, 16 Mar 2001 14:48:20 +0100
Here is another XPath-JavaCC grammar [1]. I think Paul's is clearer (e.g.
does not use LOOKAHEAD), while our is more complete and Unicode aware. Maybe
you want to mix them, so: just in case part 2.
Regards,
Ingo Macherius
[1] http://www.darmstadt.gmd.de/~inim/xpathparser
> -----Original Message-----
> From: Paul T [mailto:paul@pault.com]
> Sent: Friday, March 16, 2001 6:42 AM
> To: Charles Reitzel; Evan Lenz
> Cc: Dan Diebolt; Wayne Steele; vdv@dyomedea.com; xml-dev@lists.xml.org
> Subject: Re: XML Encoding of XPath: Examples
>
>
>
> Hi,
>
> I think I don't really understand what are you doing and
> why, but just in case I'm attaching my JavaCC grammar
> of Xpath ( it also takes care of those 'div' things).
> I've tested it about one year ago ...
>
> Just in case. Public domain.
>
> Rgds.Paul.
>
>
> ---------- xpath.jj