Dear All,
I am trying to write the xml file described as below
XML for UnSelectedGameL ist.XML
I would like to update the attribute value of id and isSelected using data from left and right of list box controls. Then write as a new selectedgamelis t.xml.
XML for SelectedGameLis t.XML
I am looking forward to get any advice from someone in here.
Thanks and best regards
I am trying to write the xml file described as below
XML for UnSelectedGameL ist.XML
Code:
<UnSelectedGameList> <game id="1" name="A" picture=@E:\Games\1.png" isSelected="0"> </game> </UnSelectedGameList>
XML for SelectedGameLis t.XML
Code:
<SelectedGameList> <game id="1" name="A" picture=@"\Games\1.png" isSelected="0"> </game> </SelectedGameList>
Thanks and best regards
Comment