> hi,
> i have the following XML message, i a way to get a list of pairs of the
> values of Type & NumberOfPayments.
I would use Commons Digester
(http://jakarta.apache.org/commons/digester/) or dom4j
(http://www.dom4j.org).
Both allow to access the content of XML using XPath expressions - no
free lunch, but if you master either of these, you will never be afraid
of XML again :-)
Possibly check out the dom4j cookbook first
(http://www.dom4j.org/cookbook.html, "Using XPath"), maybe this is
enough to get your job done..
HTH
Andreas
> <Content>
>
[quoted text clipped - 18 lines]
>
> Marvin
sweetsuresh - 07 Aug 2006 02:02 GMT
try JAXP 1.3 . comes with java 5.
sureshbabu
Tony - 07 Aug 2006 20:12 GMT
Hello Andreas
thank you for the fast reply,
is there any site with a near example of extracting attributes values
from a element ?
Marvin
> > hi,
> > i have the following XML message, i a way to get a list of pairs of the
[quoted text clipped - 37 lines]
> >
> > Marvin