xml data transfer
hi guyz
i want to have the program running in the server which retrives the data from the server database, creates the xml document from the resultset and sends it to the client program. the client program reads the document and writes it to the client database. now wat i need to do is creating the xml document in the server and sends it to the client. guyz, do u have any idea how can i do that. creating the DOM document and passing is okay but it consumes the time and memory. so is it possible to the client to get the DOM document and the SAX parser to parse that object directly?
thanx

