RE: Digester / vector usage

2005-05-03 Thread Henrique, Manuel
/ vector usage Hello all, It made now 2 weeks that I have a little issue with the XML parsing. I use examples founds in the net. My question is very simple, if I have for example an XML file like that: catalog library=somewhere book authorAuthor 1/author titleTitle 1/title

Re: Digester / vector usage

2005-05-03 Thread Anto Paul
-user@jakarta.apache.org' Sent: 02/05/2005 17:12 Subject: Digester / vector usage Hello all, It made now 2 weeks that I have a little issue with the XML parsing. I use examples founds in the net. My question is very simple, if I have for example an XML file like that: catalog library

RE : Digester / vector usage

2005-05-03 Thread LERBSCHER Jean-Pierre
for (Enumeration e = myCatalog.elements() ; e.hasMoreElements() ;) { ... e.nextElement(); } -Message d'origine- De : Anto Paul [mailto:[EMAIL PROTECTED] Envoyé : mardi 3 mai 2005 10:06 À : Tomcat Users List Cc : Henrique, Manuel Objet : Re: Digester / vector usage On 5/3/05

Digester / vector usage

2005-05-02 Thread Henrique, Manuel
Hello all, It made now 2 weeks that I have a little issue with the XML parsing. I use examples founds in the net. My question is very simple, if I have for example an XML file like that: catalog library=somewhere book authorAuthor 1/author titleTitle 1/title /book book

Re: Digester / vector usage

2005-05-02 Thread Dean Trafelet
:12 AM Subject: Digester / vector usage Hello all, It made now 2 weeks that I have a little issue with the XML parsing. I use examples founds in the net. My question is very simple, if I have for example an XML file like that: catalog library=somewhere book authorAuthor 1/author