PDA

View Full Version : XML toolkit for Visual Basic


gbrown
01-01-2005, 01:57 PM
Hi all (and Happy New Year!):

Does anyone know of a toolkit for VB6 that will let me "easily" work with XML documents?

Thanks...

Worm
01-01-2005, 03:57 PM
Here's one I've used,

http://www.chilkatsoft.com/xml-activex.asp

Nice, and free too!

gbrown
01-01-2005, 06:35 PM
Yup.... just downloaded it. I don't suppose you have a hunk of code I could score that would give an XML (but not VB) newbie an "ah-hah!" learning experience?

Tankx...

Corey
01-01-2005, 07:43 PM
XML syntax is pretty easy for a guy like you to grab in no time, check out the W3 schools XML primer:

http://www.w3schools.com/xml/default.asp

XML functionality is just a matter of experience.

gbrown
01-02-2005, 01:54 PM
Nothing like a good night's sleep after watching the last disk of Season Six of ST-VOYAGER and the first disk of Season Seven to clean up one's head. Downloading from:

http://msdn.microsoft.com/XML/XMLCodeSamples/default.aspx?pull=/library/en-us/dnmsxml/html/vbsax2jumpstart.asp

Which is "JumpStart for Creating a SAX2 Application with Visual Basic" gave me JUST what I needed :p ! A bunch of "select case" stuff in some loops and "Bob's you Uncle!"

Now, I just need to crank out a ton of code before tomorrow and all will be well with the world. Hey!!! What am I doing here??? :eek: :eek: :eek: I'm supposed to be cranking out code!!

As always, thanks all :yes !