It's impossible.
The data will always write to the xml file regardless.
Even if you were to save/load the file as say Motley.xml You will still have errors with above ^ "many saves".
I even attempted to clear the file, more errors on writing the children. Even attempted wb+. Didn't help.
For some reason when getting one of the children on print you will always select the top save not an search for the player.Name
We need a way to select cash, deaths, level etc in the same style as sq lite.
With the ability to overwrite a xmlelement save "not doubling, tripling etc".
I know Xml is not intended to look pretty but I can guarantee this would be the most liked method I have ever used if it's ever updated.
For anyone wanting to study xml hear is a good link for you
http://www.tizag.com/xmlTutorial/index.phpAt that note if the format would return like so then there would not be an issue,. I have used "Player.Name" for Student and the next player that saves there account the next child for "Player.Name" returns an error when creating. Why??? no clue "Seems LU only wants to work with the same output for the xml file rather than adding more children", I blame the source as well partial not fully 100% understanding xml .
<class_list>
<student>
<name>Robert</name>
<grade>A+</grade>
</student>
<student>
<name>Lenard</name>
<grade>A-</grade>
</student>
</class_list>
~in other terms I should be able to have the output of
<class_list>
<Motley>
<name>Robert</name>
<grade>A+</grade>
</Motley>
<Kiki>
<name>Jessica</name>
<grade>A-</grade>
</Kiki>
<spYder>
<name>Lenard</name>
<grade>B+</grade>
</spYder>
<Kewun>
<name>Sebastian</name>
<grade>F-</grade>
</Kewun>
</class_list>
I promise if the source for xml is updated I will create a tutorial for xml accounting Here: Clicky Under Xml, Hopefully developers will release the red link functions for xml so I can figure out the LU output of Xml.Until then topic locked to prevent spamerbots, "
Feel free to PM me if you have any input you would like to add and I will unlock".