Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
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 |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.