Re: Getting a parser

2002-07-09 Thread Bernhard Huber
hi, user import org.apache.avalon.excalibur.xml.Parser; instead as the Parser is moved into excalibur bye bernhard Ugo Cei wrote: > Hi people, > > I need to get an handle to a parser in a Generator I am currently > writing. So, I've copied a couple of lines from the ESQL logicsheet > (2.0.3dev

Getting a parser

2002-07-09 Thread Ugo Cei
Hi people, I need to get an handle to a parser in a Generator I am currently writing. So, I've copied a couple of lines from the ESQL logicsheet (2.0.3dev) because I remembered it did something like that. This is what I came up with: import org.apache.cocoon.components.parser.Parser;