<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="+1">Should not decoding the xml entity &#13;
        &#9;  etc. be done in the YAXO package.</font></p>
    <p><font size="+1">Enabling entity decoding in the nextPCData method
        make the xml entity correctly decoded:</font></p>
    <p><font size="+1"> <font face="monospace">   nextChar == $&<br>
                  ifTrue: [<br>
                      self next.<br>
                      self peek == $#<br>
                          ifTrue: [<br>
                              nextPeek _ nil.<br>
                              nextChar _ self nextCharReference]</font><br>
      </font></p>
    <p><br>
    </p>
    <p>But it is disabled in YAXO, likely there is a reason for that.<br>
    </p>
    <p>Hilaire<br>
    </p>
    <div class="moz-cite-prefix">Le 27/09/2021 à 12:52, Juan Vuletich a
      écrit :<br>
    </div>
    <blockquote type="cite" cite="mid:6151A286.7090804@jvuletich.org">I
      don't know the XML spec in full detail, but it looks like the
      conversions in the attach are needed. Anyone knows better?<br>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
  </body>
</html>