Archived Forum Post

Index of archived forum posts

Question:

define sub/function in VB6 using v9.5

Nov 20 '14 at 10:35
  1. How to define v9.5 sub/function using VB6? Using the XML component.
  2. How to read the comment XML Comments, i.e.

Thanks


Answer

I don't understand question #1.

The Chilkat XML parser ignores comments when parsing, and therefore they are not present in the in-memory DOM (Document Object Model) after loading. The would also not be present after writing. If comments need to be maintained or accessed, then a program should use another XML parser (as there are many available with various features, strengths, etc.)


Answer

Thanks for the response, sorry for the delay as this is a side project for now. I did get a little further and will post specific questions under a new post. The info about comments was very helpful.