<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body 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 moz-do-not-send="false"
src="cid:part1.BEDD8A1C.8630D4E4@drgeo.eu" alt="ent" width="427"
height="254">
<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<br>
</p>
<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>