[cxml-cvs] CVS cxml/xml
dlichteblau
dlichteblau at common-lisp.net
Sun Nov 18 18:43:00 UTC 2007
Update of /project/cxml/cvsroot/cxml/xml
In directory clnet:/tmp/cvs-serv28949/xml
Modified Files:
xmls-compat.lisp
Log Message:
fixed xmls compatibility for recent sax changes
--- /project/cxml/cvsroot/cxml/xml/xmls-compat.lisp 2007/07/01 17:26:04 1.5
+++ /project/cxml/cvsroot/cxml/xml/xmls-compat.lisp 2007/11/18 18:43:00 1.6
@@ -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
More information about the Cxml-cvs
mailing list