- Define CXML:ATTRIBUTE as a generic function, and a method for integers.

- Define /UTF8 sinks even on Unicode-aware implementations for backward-
  compatibility.  (Undocumented feature.)
This commit is contained in:
dlichteblau
2006-12-02 13:21:36 +00:00
parent c94305e69c
commit aac4cb719c
4 changed files with 30 additions and 11 deletions

View File

@ -43,8 +43,11 @@
#:make-rod-sink
#+rune-is-character #:make-string-sink
#+rune-is-character #:make-character-stream-sink
#-rune-is-character #:make-string-sink/utf8
#-rune-is-character #:make-character-stream-sink/utf8
;; See comment in runes/package.lisp
;; #-rune-is-character
#:make-string-sink/utf8
;; #-rune-is-character
#:make-character-stream-sink/utf8
#:with-xml-output
#:with-element