[cxml-cvs] CVS cxml/xml

dlichteblau dlichteblau at common-lisp.net
Sun Oct 21 14:43:20 UTC 2007


Update of /project/cxml/cvsroot/cxml/xml
In directory clnet:/tmp/cvs-serv3696

Modified Files:
	sax-handler.lisp 
Log Message:
Another HAX fix:

        * xml/sax-handler.lisp: Signal a warning in deprecated method,y
        not an error.


--- /project/cxml/cvsroot/cxml/xml/sax-handler.lisp	2007/10/21 14:16:24	1.12
+++ /project/cxml/cvsroot/cxml/xml/sax-handler.lisp	2007/10/21 14:43:20	1.13
@@ -416,7 +416,7 @@
     (setf (slot-value handler 'sax-parser) sax-parser))
   (:method ((handler t) sax-parser)
     (declare (ignore sax-parser))
-    (error "deprecated sax default method used by a handler ~
+    (warn "deprecated sax default method used by a handler ~
                           that is not a subclass of sax:abstract-handler ~
                           or hax:abstract-handler")
     nil)




More information about the Cxml-cvs mailing list