Re: xmlrpc and parse

2004-04-23 Thread Benedetto Dell'Ariccia
Tnx Martin, it works but I still have a problem (this is the first time I use JSTL) I need to: 1. Call an XML-RPC with IO 2. Parse the XML with JSTL 3. Take values from the XML and then re-use them in a new XML-RPC CALL I can do 1 and 2 but I don't know how to do 3 This is the code I use now.

Re: xmlrpc and parse

2004-04-22 Thread Benedetto Dell'Ariccia
Is it goog even for XML-RPC? Are you sure? Benny Martin Cooper wrote: Benedetto Dell'Ariccia [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I need to call an XML-RPC url and parse the output. I use tomcat 5.018 (genrally 5.xx) I tried with the IO and XTAGS library but there is

Re: xmlrpc and parse

2004-04-22 Thread Martin Cooper
Benedetto Dell'Ariccia [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is it goog even for XML-RPC? Are you sure? XTags parses and manipulates XML. The JSTL XML tags parse and manipulate XML. There's no difference there, except in the details of the individual tags, and that the

xmlrpc and parse

2004-04-21 Thread Benedetto Dell'Ariccia
Hi, I need to call an XML-RPC url and parse the output. I use tomcat 5.018 (genrally 5.xx) I tried with the IO and XTAGS library but there is a problem of incompatibility between XTAGS and TOMCAT, could you suggest me another solution? Tnx Benny

Re: xmlrpc and parse

2004-04-21 Thread Martin Cooper
Benedetto Dell'Ariccia [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I need to call an XML-RPC url and parse the output. I use tomcat 5.018 (genrally 5.xx) I tried with the IO and XTAGS library but there is a problem of incompatibility between XTAGS and TOMCAT, could you