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>