XML ParserXML ParserDownload XML ParserContact XML Parser








Chilkat Zip
.NET & ActiveX
Component

 

 


XML Parser FAQ

ASP

Q: How do I create an XML object in ASP?
A: Set obj = Server.CreateObject("AspXml.AspXml")

ASP.NET

C#

C++ Builder

Delphi

VB.NET

Visual Basic

Q: VB does not recognize ChilkatXml in "Dim node as ChilkatXml"?
A: The VB6 intellisense does not offer "ChilkatXml" as a choice because of a problem with VB6. The "Dim node as ChilkatXml" declaration is still valid, and once dimmed like this you will see all the methods and properties in the intellisense when writing code. This intellisense issue is only an annoyance and not a real problem.

Visual C++

Q: I see memory leaks.
A: Refer to this page regarding memory usage by the Chilkat C++ libs.

Q: Do I need to delete the string returned by a method?
A: The general rule is that if a method returns a "const char *", then you shouldn't delete it. There should be no methods that return a "char *". Methods that copy a string generally use the CkString class.

Q: Do I need to delete the CkXml returned by a method?
A: Yes. You'll notice that it doesn't return a "const CkXml *". Any method that returns a pointer that is not "const" implicitly indicates that the returned object or memory is under your programs control and should be deleted by your program.

 

 

Visual FoxPro

 

 

 

Copyright 2004 Chilkat Software, Inc. · All Rights Reserved

FREE XML Parser for
Microsoft Windows Applications and ASP Websites
.NET XML Parser / VB XML Parser / C++ XML Parser / ASP XML Parser