<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Am 01.07.13 07:30, schrieb Darius
      Miliauskas:<br>
    </div>
    <blockquote
cite="mid:CAM6O59deHtsNGPm_hXQgEzixyjF2BJ8f3bgsUs6bUhOnH-9Sdw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Dear Michael,
        <div><br>
        </div>
        <div style="">I created it by using the calendar application (<span
            style="font-family:arial,sans-serif;font-size:13px">(Thunderbird/Sunbird)</span>)
          because the user creates it this way, </div>
      </div>
    </blockquote>
    <br>
    good. Ok, so next step is to understand how the XML of an event is
    actually being created, hence look again at<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://github.com/wyona/yanel/issues/51">https://github.com/wyona/yanel/issues/51</a><br>
    <a class="moz-txt-link-freetext" href="https://github.com/wyona/yanel/issues/51#issuecomment-19679765">https://github.com/wyona/yanel/issues/51#issuecomment-19679765</a><br>
    <br>
    and you will find a hint ;-)<br>
    <br>
    Your next question should be, how can I modify this class/method and
    how can I compile it and debug it.<br>
    You might want to get started reading<br>
    <br>
<a class="moz-txt-link-freetext" href="http://www.yanel.org/en/documentation/resources/what-is-a-resource-type.html">http://www.yanel.org/en/documentation/resources/what-is-a-resource-type.html</a><br>
    <br>
    HTH<br>
    <br>
    Michael<br>
    <br>
    <br>
    <blockquote
cite="mid:CAM6O59deHtsNGPm_hXQgEzixyjF2BJ8f3bgsUs6bUhOnH-9Sdw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style="">he/she does not write a code. Additionally, I
          guess that's the point, how to let the user create the
          calendar events with some special charcters (from an alphabet
          or the reserved one). isn't it?</div>
        <div style=""><br>
        </div>
        <div style=""><br>
        </div>
        <div style="">BW,</div>
        <div style=""><br>
        </div>
        <div style="">Darius</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">2013/7/1 Darius Miliauskas <span
            dir="ltr"><<a moz-do-not-send="true"
              href="mailto:dariui.miliauskui@gmail.com" target="_blank">dariui.miliauskui@gmail.com</a>></span><br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">Dear Emmanouil,
              <div><br>
              </div>
              <div>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><br>
              </div>
              <div><br>
              </div>
              <div>Best Wishes,</div>
              <div><br>
              </div>
              <div>Darius</div>
              <div><br>
              </div>
            </div>
            <div class="HOEnZb">
              <div class="h5">
                <div class="gmail_extra"><br>
                  <br>
                  <div class="gmail_quote">2013/6/30 Michael Wechner <span
                      dir="ltr"><<a moz-do-not-send="true"
                        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>
                        <div><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: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:summary><br>
                            <br>
                            or<br>
                            <br>
                            <cal:summary>I&#38;You</cal:summary><br>
                            <br>
                            see<br>
                            <br>
                            <a moz-do-not-send="true"
href="http://www.dummies.com/how-to/content/common-reserved-characters-in-xml.html"
                              target="_blank">http://www.dummies.com/how-to/content/common-reserved-characters-in-xml.html</a>
                            <br>
                          </blockquote>
                          <br>
                          -- <br>
                          Yanel-usage mailing list <a
                            moz-do-not-send="true"
                            href="mailto:Yanel-usage@wyona.com"
                            target="_blank">Yanel-usage@wyona.com</a><br>
                          <a moz-do-not-send="true"
                            href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-usage"
                            target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-usage</a><br>
                        </div>
                      </div>
                    </blockquote>
                  </div>
                  <br>
                </div>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>