What I would do in a situation like this is do the parsing on the server
side. I program in Java, so I would use their DOM or SAX libraries. I
don't believe JavaScript on the client is a good choice for this.
Are you thinking about server-to-server communications via HTTP? If so,
you also need to get into SOAP. Once again, Java has a WebServices
package that can parse a SOAP message.
--Tim Sabin
Michael Horowitz wrote:
> I am looking for resources to send an xml file to a server and then
> receive and parse a response. Is Javascript a good language for this
> and does anyone know resources.
> In case anyone has done this before I am contacting equidata regarding
> credit reporting services.
>
> Thanks
>
> ------------------------------------
>
> Visit http://aiaiai.com for more groups to joinYahoo! Groups Links
>
>
>
>
>
.