Or, on Windows, you can try to "map" that remote folder as a local driver, and handle the file as a local file.
Or, if the remote machine has an FTP server, you can use FTP stream. (A special case for Socket Connection, simpler) -----Original Message----- From: Soosai, Lourdhu Vasanth [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 11:53 AM To: [email protected] Subject: RE: Parsing a remote XML file Use Socket Connection / URL Connection , get Stream and parse the source stream. -----Original Message----- From: Sogol G [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 2:49 PM To: [email protected] Subject: Parsing a remote XML file Hello, I'm new to Xerces and I had a simple question. Is it possible to parse a remote XML file (i.e. An XML file located on another machine that's part of the LAN). Can DOMParser.parse() handle that? If this is possible, I'd appreciate a simple sample. Any help will be greatly appreciated. Thanks, Sogol ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ----------------------------------------- This e-mail may contain confidential or privileged information. If you think you have received this e-mail in error, please advise the sender by reply e-mail and then delete this e-mail immediately. Thank you. Aetna --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
