Hi Hiranya, It sounds like a good idea and could make the code easier to maintain. I was thinking we would also use a tool like that to build a parser for SCD [1] (which would be a good thing to add to XSModel one day). SCD is a little like XPath except that it selects schema components instead of addressing parts of an XML document.
Thanks. [1] http://www.w3.org/TR/xmlschema-ref/ Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] "Hiranya Jayathilaka" <[email protected]> wrote on 12/21/2008 09:36:27 AM: > Hi Devs, > > I'm thinking about reworking some of the code related to type > alternatives implementation. I was just wondering what do you folks > think about using a parser generator tool for generating the XPath 2 > parser? Since the grammar is fairly small it should be much easier > to codegen the parser using a tool like JavaCC. Where do you folks > stand regarding this issue? > > Thanks > > Best Regards, > Hiranya
