On Tue, 26 Mar 2002, Louis Tribble wrote:

> Henri Gomez wrote:
> 
> > May be because of license of javacc ;-)
> 
> That hasn't stopped Velocity from using it. But in any case, there
> was an announcement on the JavaCC list a couple of days ago
> that JavaCC will be open sourced over the next few months.

Maybe javacc is not the right tool for this. JSPs are more XML than 
programming language - especially in jsp1.2 where the non-xml constructs 
have clear mappings into XML. Javacc would be overkill, a customized 
version of xerces2 that can understand the jsp1.1 syntax would be a better 
fit.

I'm waiting to see the code and how Node looks like, but if possible
I would very much like to see it closer to an XML model. Even DOM - 
so people implementing optimizations/code generation/etc will 
not have to learn another API, but use a standard one and maybe
existing tools ( even XSLT - which can transform a DOM tree ).

Costin


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

Reply via email to