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
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;