[Openmcl-devel] CXML
David Lichteblau
david at lichteblau.com
Fri May 22 01:27:47 PDT 2009
Hi Steve,
Quoting Steve N??ez (steve.nunez at illation.com.sg):
[...]
> (defun generate-test-sequence (file-name)
> (with-open-file (test-sequence-file file-name
> :direction :output
> :if-exists :supersede)
> (cxml:with-xml-output (cxml:make-octet-stream-sink test-sequence-file
Add
:element-type '(unsigned-byte 8)
to the WITH-OPEN-FILE to make it work with an octet stream sink.
d.
(I suggest taking further cxml questions to cxml-devel rather than
openmcl-devel.)
More information about the Openmcl-devel
mailing list