OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: XML Encoding of XPath: Examples



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