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 it is a proper fix? Thanks, Igor -- :wq