Bug#404722: Entity support

2008-02-08 Thread Igor Stirbu
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

Bug#404722: Entity support

2007-07-22 Thread Kevin Rosenberg
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