[Cuis-dev] YAXO and entity

Hilaire Fernandes hilaire at drgeo.eu
Mon Sep 27 10:52:53 PDT 2021


Should not decoding the xml entity 
 	  etc. be done in the YAXO 
package.

Enabling entity decoding in the nextPCData method make the xml entity 
correctly decoded:

    nextChar == $&
         ifTrue: [
             self next.
             self peek == $#
                 ifTrue: [
                     nextPeek _ nil.
                     nextChar _ self nextCharReference]


But it is disabled in YAXO, likely there is a reason for that.

Hilaire

Le 27/09/2021 à 12:52, Juan Vuletich a écrit :
> I don't know the XML spec in full detail, but it looks like the 
> conversions in the attach are needed. Anyone knows better?

-- 
GNU Dr. Geo
http://drgeo.eu
http://blog.drgeo.eu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20210927/2125a091/attachment-0001.htm>


More information about the Cuis-dev mailing list