<div dir="ltr"><div><div><div><div>Dear Michael,<br><br></div>that's the point "StringBuffer". Since MAC was left in Lithuania, I will reinstall Yanel to the Windows platform, firstly (I hope it won't make problems coz the steps are the same, and I learnt how to deal with them).<br>
<br><br></div>BW,<br><br></div>Darius Miliauskas<br></div>From Graz<br><div><div><div><br><br><br><br><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/1 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">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Am 01.07.13 07:30, schrieb Darius
      Miliauskas:<br>
    </div><div class="im">
    <blockquote type="cite">
      <div dir="ltr">Dear Michael,
        <div><br>
        </div>
        <div>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></div>
    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 href="https://github.com/wyona/yanel/issues/51" target="_blank">https://github.com/wyona/yanel/issues/51</a><br>
    <a href="https://github.com/wyona/yanel/issues/51#issuecomment-19679765" target="_blank">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 href="http://www.yanel.org/en/documentation/resources/what-is-a-resource-type.html" target="_blank">http://www.yanel.org/en/documentation/resources/what-is-a-resource-type.html</a><br>
    <br>
    HTH<span class="HOEnZb"><font color="#888888"><br>
    <br>
    Michael</font></span><div><div class="h5"><br>
    <br>
    <br>
    <blockquote type="cite">
      <div dir="ltr">
        <div>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><br>
        </div>
        <div><br>
        </div>
        <div>BW,</div>
        <div><br>
        </div>
        <div>Darius</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">2013/7/1 Darius Miliauskas <span dir="ltr"><<a 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>
              <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>
                        <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 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 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-bin/mailman/listinfo/yanel-usage</a><br>
                        </div>
                      </div>
                    </blockquote>
                  </div>
                  <br>
                </div>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
    </blockquote>
    <br>
  </div></div></div>

<br>--<br>
Yanel-usage mailing list <a href="mailto:Yanel-usage@wyona.com">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-bin/mailman/listinfo/yanel-usage</a><br></blockquote></div><br></div>