Hi, <br><br>the change in format is as follows:<br><br>previously a tag in the index.xml looked as follows:<br><br>  <image width="1600" startDate="2001-01-01T13:30:07" height="1200" md5sum="aeee29c985d036f97ef53ef2811995a9" file="Paul, Lara und Samuel/dscn0885.jpg" endDate="2001-01-01T13:30:07" label="dscn0885" angle="90" ><br>
   <options><br>    <option name="Jahreszeit_Stimmung" ><br>     <value value="Fasching" /><br>    </option><br>    <option name="Orte" ><br>     <value value="Oberkappel" /><br>
    </option><br>    <option name="Personen" ><br>     <value value="Paul" /><br>    </option><br>   </options><br>  </image><br><br>now it looks like this:<br><br>  <image width="1200" Jahreszeit/Stimmung="7" Orte="6" startDate="2001-01-01T13:30:07" height="1600" md5sum="aeee29c985d036f97ef53ef2811995a9" Personen="18" file=XXX.jpg" endDate="2001-01-01T13:30:07" label="dscn0885" angle="90" /><br>
<br>so the item "Jahreszeit/Stimmung" was an XML-VALUE before and is an XML-TAG now. However XML puts much tighter restrictions on what an XML-TAG can contain, that's where the problem occurs.<br><br>and yes, replacing this with e.g. underscore to "Jahreszeit_Stimmung" allowed me to continue, however you will get this problem with anybody who tries to use one of those characters...<br>
<br>Thanks... Dominik.<br><br><div class="gmail_quote">On Mon, Nov 16, 2009 at 3:20 PM, Jesper K. Pedersen <span dir="ltr"><<a href="mailto:blackie@kde.org">blackie@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I dont think we changed anything in the format, so it might be that our XML<br>
parser is more strict now. I can't see any other solution than renaming in the<br>
XML file.<br>
<br>
On Monday 16 November 2009 15:14:00 <a href="mailto:kpabugs@willden.org">kpabugs@willden.org</a> wrote:<br>
| <a href="https://bugs.kde.org/show_bug.cgi?id=214816" target="_blank">https://bugs.kde.org/show_bug.cgi?id=214816</a><br>
|<br>
|            Summary: Error with new XML Format if tag-name contains<br>
|                     characters that are not valid as XML Tags<br>
|            Product: kphotoalbum<br>
|            Version: 4.0 (KDE4)<br>
|           Platform: Unlisted Binaries<br>
|         OS/Version: Linux<br>
|             Status: UNCONFIRMED<br>
|           Severity: major<br>
|           Priority: NOR<br>
|          Component: XML backend<br>
|         AssignedTo: <a href="mailto:kpabugs@willden.org">kpabugs@willden.org</a><br>
|         ReportedBy: <a href="mailto:dominik.stadler@gmx.at">dominik.stadler@gmx.at</a><br>
|<br>
|<br>
| I have a custom category called "Jahreszeit/Stimmung", this is in use since<br>
|  a long time (i.e. from the time the app was still called KimDaBa). It<br>
|  seems there is a new format for the index.xml file which breaks this now!<br>
|<br>
| When starting KPA (I am using 4.1.1 compiled for Ubuntu/Kubuntu), I get<br>
| something like "Error in row XX, column XX in .../index.xml" and the<br>
|  location is when the string "Jahreszeit/Stimmung" is used as XML Tag now:<br>
|<br>
|   <image width="1600" Jahreszeit/Stimmung="1" Orte="6"<br>
| startDate="2001-02-01T11:30:49" height="1200"<br>
| md5sum="ff26a3e252ad65b74942885f0e0aba67" Personen="4,15"<br>
| file="Img0015/dscn0629.jpg" endDate="2001-02-01T11:30:49" label="dscn0629"<br>
| angle="0" Stichwörter="32" /><br>
|<br>
|<br>
| Not sure when this change to the XML format was done, I think 4.0.2 did<br>
|  still work and 4.1 might have introduced this problem.<br>
|<br>
<font color="#888888"><br>
--<br>
Having trouble finding a given image in your collection containing<br>
thousands of images?<br>
<br>
<a href="http://www.kphotoalbum.org" target="_blank">http://www.kphotoalbum.org</a> might be the answer.<br>
</font></blockquote></div><br>