From 8ae5713469c7edd09d3c3b34f7dc121620c07ada Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Sat, 17 Dec 2005 22:30:19 +0000 Subject: [PATCH] fixed catalog error handling --- xml/catalog.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/catalog.lisp b/xml/catalog.lisp index 5e576dd..375703e 100644 --- a/xml/catalog.lisp +++ b/xml/catalog.lisp @@ -223,7 +223,7 @@ (handler-case (parse-catalog-file/strict uri) (file-error () nil) - (parser-error () nil))) + (xml-parse-error () nil))) (defparameter *catalog-dtd* (let* ((cxml