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

XML Node

$
0
0
I have list items loaded with XMl File

Code:

<list>
  <list1 name="Browsers">
    <list2 Browsers="firefox ">
   
          </list2>
    <list2 Browsers="chrome">
     
    </list2>
  </list1>

<list1 name="Browsers">
    <list2 Browsers="Explorer">
     
          </list2>
    <list2 Browsers="Opera">
 
    </list2>
  </list1>
</list>

List1 has Similar name Item [e.g, Browsers] but both similar items have different items associated with List2 .. when clicked on list1 item .. both similar name item display same items in List2 .. whereas List1 Item Browser is clicked List2 gets firefox and Chrome .. whereas next similar name item Browsers should have Explorer and Opera for List2 .. but it display first case only for both .. is there any way to differentiate both similar name items in list1..

Viewing all articles
Browse latest Browse all 21238

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>