RE: [xml-dev] XSLT and XQuery

From
Jonathan Robie <>
To
, 'Jonathan Borden' <>, , 'Mike Champion' <>,
Date
2002-01-08T19:19:44Z
ID
<>
Thread
RE: [xml-dev] XSLT and XQuery
At 05:38 PM 1/8/2002 +0000, Michael Kay wrote:
>(Incidentally the common XML source represents the grammatical productions
>in such a way that a JavaCC parser can be automatically generated using an
>XSLT stylesheet, and this JavaCC parser has been used to test the examples
>in both documents).

Not only that, a Lex and Yacc parser is also generated, so we know this 
grammar can be used with both approaches to parsing.

Jonathan