xml
-
if i have an xml file of the following schema : to note that the played part take a value 0 or 1 (false or true) , so if i want to get to the the game part and set the gamename, played and highscore what method should i use (knowing that i have many players)
-
if i have an xml file of the following schema : to note that the played part take a value 0 or 1 (false or true) , so if i want to get to the the game part and set the gamename, played and highscore what method should i use (knowing that i have many players)
-
if i have an xml file of the following schema : to note that the played part take a value 0 or 1 (false or true) , so if i want to get to the the game part and set the gamename, played and highscore what method should i use (knowing that i have many players)
You can start by using a descriptive subject line. XML is not very descriptive of you problem Next clarify your question
I know the language. I've read a book. - _Madmatt
-
You can start by using a descriptive subject line. XML is not very descriptive of you problem Next clarify your question
I know the language. I've read a book. - _Madmatt
<Users><User><Username></Username><Password></Password><UserPicture></UserPicture><Game><GameName> </GameName><Played></Played><HighScore></HighScore></Game></User></Users>
-
<Users><User><Username></Username><Password></Password><UserPicture></UserPicture><Game><GameName> </GameName><Played></Played><HighScore></HighScore></Game></User></Users>
http://msdn.microsoft.com/en-us/library/ms256086.aspx[^]
I know the language. I've read a book. - _Madmatt