<div dir="ltr">Dear Emmanouil,<div><br></div><div style>thanks for your insight regarding the reserved symbols, it helps to understand their impact. anyway, it is not the case for special characters for the calendar events in different languages as for Lithuanian (à, è, ë, ð, þ etc.) or German (ä, ö, ü).</div>
<div style><br></div><div style><br></div><div style>Best Wishes,</div><div style><br></div><div style>Darius</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/30 Michael Wechner <span dir="ltr"><<a href="mailto:michael.wechner@wyona.com" target="_blank">michael.wechner@wyona.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Darius<br>
<br>
As Emmanouil (thanks btw :-) is pointing out that's how the ampersand should be escaped, such that the XML<br>
is well-formed<br>
<br>
Now it is still not clear to me how you created this particular event XML which contains the ampersand.<br>
Did you create it by using the calendar application (Thunderbird/Sunbird) or did you just add the ampersand<br>
to an existing event XML in the filesystem by using a regular text editor?<br>
<br>
I am asking, because I want to make sure that you are really able to reproduce and understand the actual problem such that you can try to actually solve the problem.<br>
<br>
Thanks<br>
<br>
Michael<br>
<br>
Am 29.06.13 11:23, schrieb Emmanouil Batsis (Manos):<div class="HOEnZb"><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 06/28/2013 01:23 PM, Darius Miliauskas wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
parser error : EntityRef: expecting ';'/<br>
/  <cal:summary>I&You</cal:<u></u>summary>/<br>
/                    ^/<br>
<br>
I tried several encoding (ISO-8859-1, UTF-16, UTF-8 etc.), it does not<br>
solve the problem as well.<br>
So, I need to modify the code in order to solve the problem of<br>
characters, don't I?<br>
</blockquote>
<br>
Should be<br>
<br>
<cal:summary>I&amp;You</cal:<u></u>summary><br>
<br>
or<br>
<br>
<cal:summary>I&#38;You</cal:<u></u>summary><br>
<br>
see<br>
<br>
<a href="http://www.dummies.com/how-to/content/common-reserved-characters-in-xml.html" target="_blank">http://www.dummies.com/how-to/<u></u>content/common-reserved-<u></u>characters-in-xml.html</a> <br>
</blockquote>
<br>
-- <br>
Yanel-usage mailing list <a href="mailto:Yanel-usage@wyona.com" target="_blank">Yanel-usage@wyona.com</a><br>
<a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-usage" target="_blank">http://lists.wyona.org/cgi-<u></u>bin/mailman/listinfo/yanel-<u></u>usage</a><br>
</div></div></blockquote></div><br></div>