Hi,
I use digester to retrive a xml repository like that:

<listing>
 <table name="customer">
  <script>
    CREATE TABLE CUSTOMER ...
  </script>
  <fields>
   <field name="id" type="number(15)" />
   ...
  </fields>
 </table>
</listing>

Is it possible, with digester, to retrive the <script>
CDDATA in my bean named Table. Table has 3 properties
: String name, String script and an field collection.

Thanx,
-Emmanuel

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com

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

Reply via email to