You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Henrique, Manuel" <Ma...@logicacmg.com> on 2005/04/20 12:02:44 UTC

Using digester

Hello all,

I read the digester documentation and I well understand how to create a
digester to read an XML file. It not seems to be very difficult. But I have
2 questions without answers:

1 - Where I indicate the XML file that my digester needs to read?
2 - Once it's done, how can I retrieve the needed value from my XML file
into my code???

Hope someone can help me

Regards,

Manuel

This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Using digester

Posted by QM <qm...@brandxdev.net>.
On Wed, Apr 20, 2005 at 12:02:44PM +0200, Henrique, Manuel wrote:
: 1 - Where I indicate the XML file that my digester needs to read?
: 2 - Once it's done, how can I retrieve the needed value from my XML file
: into my code???

Which Digester documentation did you read?  It's been a while, but I
recall these points are explained (either in the main docs or in the
various Digester articles on the web).

The short version:
1/ Digester#parse()

2/ Digester#parse()

-QM

-- 

software   -- http://www.brandxdev.net/
tech news  -- http://www.RoarNetworX.com/
code scan  -- http://www.JxRef.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org