From a50f1c7b64d3d242324bc4d19f86721aca2adfbf Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Sun, 18 Nov 2007 18:43:00 +0000 Subject: [PATCH] fixed xmls compatibility for recent sax changes --- xml/xmls-compat.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/xmls-compat.lisp b/xml/xmls-compat.lisp index 26a1b44..cd98853 100644 --- a/xml/xmls-compat.lisp +++ b/xml/xmls-compat.lisp @@ -61,7 +61,7 @@ ;;;; SAX-Handler (Parser) -(defclass xmls-builder () +(defclass xmls-builder (sax:default-handler) ((element-stack :initform nil :accessor element-stack) (root :initform nil :accessor root) (include-default-values :initform t