Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21842

help xml in vb6

$
0
0
how to read below xml in vb6 from any location of txt file
Code:

<quiz>
<number>1</number>
<question>what is xml</question>
<option>1</option>
<option>2</option>
<option>3</option>
</quiz>
<answer></answer>


Viewing all articles
Browse latest Browse all 21842

Trending Articles