> From: Ugo Cei [mailto:[EMAIL PROTECTED]]
> 
> 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;

Use org.apache.avalon.excalibur.xml.Parser.

Vadim


> 
>       ...
> 
>       parser = (Parser) manager.lookup(Parser.ROLE);
> 
> This works, but the compiler complains that Parser is deprecated, and
> indeed the javadocs says that I should use the Avalon XML Parser.
> 
> So, if I want to make the compiler happy and avoid having my code
break
> in the future, what am I supposed to do? Does anyone have a correct
code
> snippet for getting an XML Parser?
> 
>       Ugo
> 
> --
> Ugo Cei - http://beblogging.com/


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to