The error messages in the xml package contain misplaced format specifiers ~a . I sometimes get
Error: srep->attribute
"expected (cons Symbol String) given ~a"
("href ...")
and the like. Apparently the caller of ERROR (or whatever) put a format string where a simple string was expected?