hi all,
i have an XML file where the information is stored as given below, now i want to get the information where intakeid = "DF1111" and courseName = "OS"how to do it using Visual Basic 6.0 ?

<details>
<intake intakeid ="DF1111" teacher_id ="SGN" startingweek="12/31/2001" endingweek="4/8/2002" courseName = "MT"></intake>
<intake intakeid ="DF1111" teacher_id ="RK" startingweek="12/31/2001" endingweek="4/8/2002" courseName = "OS"></intake>
<intake intakeid ="DF1111" teacher_id ="SN" startingweek="12/31/2001" endingweek="4/8/2002" courseName = "CSA"></intake>
</details>


Thanks
waqas