G
Guest
I have an xml file such as
<cars>
<make selected=true>BMW</make>
<model>325 Ci</model>
</cars>
I can I read and get
<make selected=true> ?
I want to show it on the screen only if selected = true.
I can get all of them, but I can't check for the selected value
<cars>
<make selected=true>BMW</make>
<model>325 Ci</model>
</cars>
I can I read and get
<make selected=true> ?
I want to show it on the screen only if selected = true.
I can get all of them, but I can't check for the selected value