- 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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user