Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Download XML Document from Web into XML Object Demonstrates how to download an XML document from a URL into an XML object. Chilkat.Xml xml0 = new Chilkat.Xml();
Chilkat.Xml xml = xml0.HttpGet("http://www.xml-parser.com/companies.xml");
xml.SaveXml("companies.xml");
Important: The download for this
example does not contain the ChilkatDotNet.dll which |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.