parse-string in parse-rod umbenannt und exportiert

This commit is contained in:
dlichteblau
2005-12-28 23:18:04 +00:00
parent b5bd89f643
commit 4df5d1d054
4 changed files with 28 additions and 27 deletions

View File

@ -3025,12 +3025,10 @@
(p/ext-subset zstream)
(dtd *ctx*)))))
(defun parse-string (string handler)
;; XXX this function mis-handles encoding
(defun parse-rod (string handler)
(parse-xstream (string->xstream string) handler))
(defun string->xstream (string)
;; XXX encoding is mis-handled by this kind of stream
(make-rod-xstream (string-rod string)))
(defclass octet-input-stream