The site says that the age of these two files is "3 years", which I
think means that they were posted 3 years ago, and no changes have
been done on these files after that.

But perhaps, Xalan developers (probably sboag) might have worked on
these files after they were last posted on Apache site.

I'll be grateful if I can get the latest stable code for these files,
or perhaps somebody could solve the below error for me, or give me
some pointers so that I can myself debug the problem.

I am trying to understand the Xalan XSLT 2.0 codebase, and hoping to
contribute something in the future.

On 8/22/06, Mukul Gandhi <[EMAIL PROTECTED]> wrote:
I am trying to produce XPath 2.0 parser Java files using Javacc.

I downloaded XPath 2.0 grammar XML file: xpath-grammar.xml, and the
corresponding XSLT stylesheet: javacc.xsl from
http://svn.apache.org/viewvc/xalan/java/branches/xslt20/grammar/.

I then used Xalan-J 2.7.0 to generate the javacc grammar file for XPath 2.0.

But when I ran javacc on the produced grammar file, I got the following error:

Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file xpath2.jj . . .
org.javacc.parser.ParseException: Encountered "<<" at line 220, column 3.
Was expecting one of:
   <STRING_LITERAL> ...
   "<" ...

Detected 1 errors and 0 warnings.

There seems to be some problem with the code posted at Apache Xalan
site. Can someone please tell what is the problem happening, and how
it can be rectified?

--
Regards,
Mukul Gandhi

http://gandhimukul.tripod.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to