Before I go and use XML Linguist I am not sure if I can create the following XML with this program:
This is for example, but I think you get the picture. It is crusial that it can generate XML files like this. Please let me know if you do so.
<?xml version="1.0" encoding="UTF-8"?><data language="nl_NL" timezone="Europe/Paris"> <mode create="true" /> <item year="2005" month="12" code="04"> <transaction date="2006-07-01" reference="1"> <line datetime="2006-07-01+01:00" /> </transaction> <transaction date="2006-07-02" reference="2"> <line datetime="2006-07-02+02:00"> <inbound type="88" /> <storage value="99" /> </line> </transaction> </item> <info comment="No database modifications."></data>
This is for example, but I think you get the picture. It is crusial that it can generate XML files like this. Please let me know if you do so.
