Hi Jaiteerth,

> From: Jai PP <[EMAIL PROTECTED]>
> Reply-To: "Jakarta Commons Users List" <[EMAIL PROTECTED]>
> Date: Wed, 12 Mar 2003 18:03:43 -0800 (PST)
> To: [EMAIL PROTECTED]
> Subject: Using parser in Digester
> 
> Hi,
> I am using Digester. Do you know how do I specify my
> own parse to Digester ? I think, by default it looks
> for the one in classpath. For my project , I have more
> than one parser in classpath and want to use a
> specific one, lets say oracleSaxParser.
> 
> I tried to extend the Digester and use the parse
> protected variable but it did help
> 
> thanks!
> - Jaiteerth

According to the API docs these two constructors are available which may
help:

    Digester ( javax.xml.parsers.SAXParser parser )

    Digester ( org.xml.sax.XMLReader reader )

Cheers,
Janek


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

Reply via email to