[antlr-interest] Re: XSL?

Oliver Zeigermann oliver at zeigermann.de
Tue Jul 15 01:58:07 PDT 2003


First of all XSLT needs to be parsed, interpreted and finally
executed. Using compiled Java code the first two steps are spared.
Additonally, you will need quite some experience to make an XSLT
transformation fast, but it is possible. Naive transformations
generally tend to perform poorly...

Oliver

--- In antlr-interest at yahoogroups.com, Karl Meissner <meissnersd at y...>
wrote:
> 
> So XSL is very slow?  Have not used it much...
> 
> 
> --- Oliver Zeigermann <oliver at z...> wrote:
> > Quite right! If *speed* does not matter it is mainly a question
of 
> > taste and your experience. Some people might not be used to XSLT, 
> > but rather tree grammars and vice-versa.
> > 
> > --- In antlr-interest at yahoogroups.com, Karl Meissner 
> > <meissnersd at y...> wrote:
> > > 
> > > 
> > > What do you guys think of the TreeWalker compared to XSL?
> > > You can convert AST to XML and pass it to an XSL transform with 
> > embedded script actions...
> > > 
> > > 
> > > 


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list