[Cuis-dev] YAXO and entity

Nicola Mingotti nmingotti at gmail.com
Sun Sep 26 01:57:24 PDT 2021


hi Hilaire,

i am out of office today. i can tell you that yesterday
i was parsing successfully a libreoffice file with YAXO.
i put an entry on the cookbook about how to start.
please check there you are following the same procedure i do. i will watch
better when i will
be back at keyboard.

bye
nicola




On Sun, Sep 26, 2021 at 10:37 AM Hilaire Fernandes via Cuis-dev <
cuis-dev at lists.cuis.st> wrote:

> Hi,
>
> I have this XML file generated with XMLParser on Pharo, and whose content
> string is read by XMLParser as:
>
> 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 ]! !
>
>
> However, when read through Cuis' YAXO, the entities are not interpreted
> when examined in an inspector:
> [image: ent]
>
>
> Strangely when copied and pasted here, it is interpreted correctly (does
> not make sens to me...):
>
> DrGeoUserScript subclass: #DrGeoScript126328658
>
>     instanceVariableNames: ''''
>
>     classVariableNames: ''''
>
>     poolDictionaries: ''''
>
>     category: ''DrGeo-Script-Items''!
>
> !DrGeoScript126328658 commentStamp: ''<historical>'' prior: 0!
>
> !
>
> !DrGeoScript126328658 methodsFor: ''public'' stamp: ''HilaireFernandes 12/9/2014 15:28''!
>
> compute
>
> "Edit me"
>
>     ^[:x | x cos ]! !
>
> "-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
>
>
> Anyway the result is this code does not compile because of the entities.
>
> Am I missing something or does YAXO does not support entities?
>
> Thanks
>
> Hilaire
>
>
> --
> GNU Dr. Geohttp://drgeo.euhttp://blog.drgeo.eu
>
> --
> Cuis-dev mailing list
> Cuis-dev at lists.cuis.st
> https://lists.cuis.st/mailman/listinfo/cuis-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20210926/49aa6beb/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: entities.png
Type: image/png
Size: 32091 bytes
Desc: not available
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20210926/49aa6beb/attachment-0001.png>


More information about the Cuis-dev mailing list