hax:%want-strings-p

This commit is contained in:
dlichteblau
2007-10-21 17:07:23 +00:00
parent 35847cb2de
commit aee7890e8d
3 changed files with 12 additions and 0 deletions

View File

@ -21,6 +21,10 @@
(internal-subset :accessor internal-subset)
(text-buffer :initform nil :accessor text-buffer)))
#+(and rune-is-integer (not cxml-system::utf8dom-file))
(defmethod hax:%want-strings-p ((handler dom-builder))
nil)
(defun make-dom-builder ()
(make-instance 'dom-builder))