Jose Blanco wrote: > > I need to develop a system where from one CGI I can make "call" to another > cgi on a differnt server that returns an XML response. I then continue > processing from the CGI that made call by parsing out the XML reponse.
This has nothing to do with the development of the Perl DBI - take it to another list. But... use LWP to retrieve the data from the remote cgi. There are plenty of modules under XML::* for parsing the response. If you want a DBI solution for parsing XML look at DBD::AnyData. -- Simon Oliver
