Hello,
I've debugged the issue and found out that the problem
is in the function resolve-entity where type of ``ent`` is
declared as follows (in xmls.lisp:188) :
(declare (type simple-base-string ent))
and by changing the expression to
(declare (type string ent))
makes it work.
Do you think i
package cl-rss
reassign 404722 cl-xmls
package cl-xmls
retitle Improved entity support
stop
cl-rss does not do any xml parsing, that is all done by the dependent
package cl-xmls. I've looked at cl-xmls and it has support for some
common entities, but does not appear to have complete entity support
2 matches
Mail list logo