VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Sample XML File Processing by using msxml3.0 parser

Kaustubh Zoal  (10 Submissions)   Miscellaneous   VB 6.0   Unknown Difficulty   Fri 21st June 2002   Mon 8th February 2021

Sample XML File Processing by using msxml3.0 parser

API Declarations


'Copy the contents below to a XML file

XML FILE CONTENTS
-----------------
<?xml version="1.0"?>
<Person>

<Name>A</Name>
<Address>Pune</Address>
<State>Maharashtra</State>

<Name>B</Name>
<Address>Bombay</Address>
<State>Maharashtra</State>

<Name>C</Name>
<Address>Nagpur</Address>
<State>Maharashtra</State>

<Name>D</Name>
<Address>Kolhapur</Address>
<State>Maharashtra</State>

<Name>E</Name>
<Address>Baramati</Address>
<State>Maharashtra</State>

</Person>
This program parses the above given file and fills
a collection only with names.

Rate Sample XML File Processing by using msxml3.0 parser (1(1 Vote))
Sample XML File Processing by using msxml3.0 parser.bas

Sample XML File Processing by using msxml3.0 parser Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters