Hey,
I want to save some user data in a xml-file.
What is the best way to do that?
thnx A.T.
example xml:
<persons>
<person>
<name>Person1 </name>
<address>1234 , blaatstreet</address>
</person>
....
</persons>
I want to save some user data in a xml-file.
What is the best way to do that?
thnx A.T.
example xml:
<persons>
<person>
<name>Person1 </name>
<address>1234 , blaatstreet</address>
</person>
....
</persons>
Comment