I have tried export from both my local WAMP and from a server based LAMP
What can I do to create a functional XML-file

Using CMSMS 1.5.4
(adding zip-file, just change txt to zip)
[The extension txt has been deactivated and can no longer be displayed.]
Ah, good to know that.Ted wrote: It's probably a weird line endings issue. Using a decent text editor (Notepad++, Textpad), do a save as and set Unix line endings. See if it helps.
Just found a bug in the module sync script. It should correct itself by tomorrow.NaN wrote: But in ModuleManager still shows up an XML file that I deleted from forge.
Actually there are no XML files available of my module but there still the XML file of the old (buggy) version 0.8 is shown.
Can anyone check if the XML files are really deleted or if there has been just removed some database entrys of the forge?
I have no way to doing that yet. There will probably be a way to inactivate a release, but not fully delete it. It just makes a mess because of all the data associated with a release.NaN wrote: how can i remove a release in forge? i can only edit them and add or remove files. but the releases still remains even if i deleted all files of that release.
Thanks! I finally made it by using Linux and install CMSMS (and database) with UTF-8 instead of iso-8859-1. I think UTF-8 in the database was the final solution for me (I already had unix Line Feeds).Ted wrote: It's probably a weird line endings issue. Using a decent text editor (Notepad++, Textpad), do a save as and set Unix line endings. See if it helps. If not, try one of the other choices.
The 3 main issues I've found with using XML as a data format are:
1. Line endings are finicky
2. Encodings that aren't UTF-8 make for a nightmare
3. They're SO big
It's one of my goals down the road to get module packaging into a different format -- whatever that may be.