[cl-xmpp-devel] start-sax-document

Joel Reymont joelr1 at gmail.com
Wed Apr 26 16:42:03 UTC 2006


Folks,

Any particular reason for this wrapper around sax:start-document?

(defun start-sax-document (handler)
   (let ((dom-builder (cxml-dom:make-dom-builder)))
     (setf (cxml:proxy-chained-handler handler) dom-builder)
     (sax:start-document dom-builder)
     dom-builder))

I would like to swap out CXML for Allegro's built-in XML/SAX parser  
and the SAX API seems to match. The DOM API is different thus I can't  
replace the above.

	Thanks, Joel

--
http://wagerlabs.com/








More information about the cl-xmpp-devel mailing list