Dear friends,
first off all as u may see my english is not perfect and this is my first post.
i have been trying around for more than one week now and i read alot of tutorials but i am confused a bit.
problem:
i want to save my listbox items to xml so i can later on search for items (itemblocks), if the block exist or not.
i already created manualy a xml file . it looks like this:
what i want to do is:
is that possible?
first off all as u may see my english is not perfect and this is my first post.
i have been trying around for more than one week now and i read alot of tutorials but i am confused a bit.
problem:
i want to save my listbox items to xml so i can later on search for items (itemblocks), if the block exist or not.
i already created manualy a xml file . it looks like this:
Code:
<?xml version="1.0" encoding="utf-8"?>
<Data>
</Data>Code:
<Data>
<newelement name of my variable>
listbox item
listbox item
listbox item
</newelement name of my variable>
</Data>