How does html manage to send (write) data into XML file ?
"Alur" wrote in message news:608A21A7-8B21-4DC3-AAEE-E1112162010D@microsoft.com... > How does html manage to send (write) data into > XML file ? Can you explain further? If you mean create and manipulate an XML file then in IE use the ActiveX component, msxml2.domdocument3.0, in Mozilla based browsers use document.implementation.createDocument. There are libraries such as zXml that abstract these differences and let you code against a single object model. -- Joe Fawcett (MVP - XML) http://joe.fawcett.name