<div dir="auto">hi Hilaire, </div><div dir="auto"><br></div><div dir="auto">i am out of office today. i can tell you that yesterday</div><div dir="auto">i was parsing successfully a libreoffice file with YAXO. </div><div dir="auto">i put an entry on the cookbook about how to start. </div><div dir="auto">please check there you are following the same procedure i do. i will watch better when i will</div><div dir="auto">be back at keyboard.</div><div dir="auto"><br></div><div dir="auto">bye</div><div dir="auto">nicola</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 26, 2021 at 10:37 AM Hilaire Fernandes via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <p><font size="+1">Hi, <br>
      </font></p>
    <p><font size="+1">I have this XML file generated with XMLParser on
        Pharo, and whose content string is read by XMLParser as:</font></p>
    <pre><font size="+1">DrGeoUserScript subclass: #DrGeoScript126328658
    instanceVariableNames: ''
    classVariableNames: ''
    poolDictionaries: ''
    category: 'DrGeoII-User'!
!DrGeoScript126328658 commentStamp: '<historical>' prior: 0!
!


!DrGeoScript126328658 methodsFor: 'public' stamp: 'HilaireFernandes 12/9/2014 15:28'!
compute
"Edit me"
    ^[:x | x cos ]! !
</font></pre>
    <p><font size="+1"><br>
      </font></p>
    <p><font size="+1">However, when read through Cuis' YAXO, the
        entities are not interpreted when examined in an inspector:</font></p>
    <img src="cid:17c214efcbe798012e41" alt="ent" style="width:427px;max-width:100%">
    <p><br>
    </p>
    <p>Strangely when copied and pasted here, it is interpreted
      correctly (does not make sens to me...):</p>
    <pre>DrGeoUserScript subclass: #DrGeoScript126328658</pre>
    <pre>    instanceVariableNames: ''''</pre>
    <pre>    classVariableNames: ''''</pre>
    <pre>    poolDictionaries: ''''</pre>
    <pre>    category: ''DrGeo-Script-Items''!</pre>
    <pre>!DrGeoScript126328658 commentStamp: ''<historical>'' prior: 0!</pre>
    <pre>!</pre>
    <pre></pre>
    <pre>!DrGeoScript126328658 methodsFor: ''public'' stamp: ''HilaireFernandes 12/9/2014 15:28''!</pre>
    <pre>compute</pre>
    <pre>"Edit me"</pre>
    <pre>    ^[:x | x cos ]! !</pre>
    <pre></pre>
    <pre>"-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
</pre>
    <p><br>
    </p>
    <p>Anyway the result is this code does not compile because of the
      entities. <br>
    </p>
    <p>Am I missing something or does YAXO does not support entities?<br>
    </p>
    <p>Thanks</p>
    <p>Hilaire</p></div><div text="#000000" bgcolor="#FFFFFF"><p><br>
    </p>
    <pre cols="72">-- 
GNU Dr. Geo
<a href="http://drgeo.eu" target="_blank">http://drgeo.eu</a>
<a href="http://blog.drgeo.eu" target="_blank">http://blog.drgeo.eu</a></pre>
  </div>

-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></div></div>