Hi,
Is there an easy way to create an XML-file from a multi dimentional array, or do I have to go through the array, and create via text-commands the XML myself.
I saw that via the xmlreader, it's easy to read it, but could find how to write it.
I want to read it, do some modifications is some fields, and write it back.
Now I create the simple XML by just writing a text-file with the fields between '<>', but for Multi dimentional array is more difficult.