You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Erik Price <ep...@ptc.com> on 2003/03/06 17:36:07 UTC

[digester]

I'm just getting my feet wet with Digester (literally just learning 
now), and note that among the dependencies is a JAXP-conforming XML 
parser.  I have the Xalan binary libraries already on my system, can I 
just use the xercesImpl.jar library that came with that?

If not, what is the recommended parser library to use with Digester?


Erik


Re: [digester]

Posted by Erik Price <ep...@ptc.com>.

Craig R. McClanahan wrote:

> Yes, if (a) you use the xml-apis.jar file as well (this provides the
> JAXP/1.1 wrappers) and (b) you're talking about a relatively recent
> version of Xalan 9which it sounds like you are).

Great, thanks Craig.  It's from the xalan-j_2_5_D1 package so I think I 
will be all set.


Erik


Re: [digester]

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Thu, 6 Mar 2003, Erik Price wrote:

> Date: Thu, 06 Mar 2003 11:36:07 -0500
> From: Erik Price <ep...@ptc.com>
> Reply-To: Jakarta Commons Users List <co...@jakarta.apache.org>
> To: commons-user@jakarta.apache.org
> Subject: [digester]
>
> I'm just getting my feet wet with Digester (literally just learning
> now), and note that among the dependencies is a JAXP-conforming XML
> parser.  I have the Xalan binary libraries already on my system, can I
> just use the xercesImpl.jar library that came with that?
>

Yes, if (a) you use the xml-apis.jar file as well (this provides the
JAXP/1.1 wrappers) and (b) you're talking about a relatively recent
version of Xalan 9which it sounds like you are).

> If not, what is the recommended parser library to use with Digester?
>
>
> Erik

Craig