Re: [xsl] Are XPath expressions parsed using compiler parsingtechniques?

Subject: Re: [xsl] Are XPath expressions parsed using compiler parsingtechniques?
From: "Roger L Costello costello@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 9 May 2022 20:35:32 -0000
Roger wrote:

>> Are XPath expressions parsed using
>> compiler parsing algorithms?

Michael Kay responded:

> Yes, of course

Hi Michael, does that mean each time Saxon encounters a place in an XSLT
program where an XPath expression is expected, Saxon sends the expression into
an XPath parser which tokenizes the expression, parses it into a syntax tree,
and then traverses the tree to evaluate the expression? Did you use a parser
generator to auto-generate the parser? If yes, which parser generator did you
use? If you didn't use a parser generator, why not?

/Roger

Current Thread