20 Jun
2009
20 Jun
'09
5:20 a.m.
Quoting Nunez Steve (steve_nunez@yahoo.com):
Thanks. What I am hoping for is a way to write multi-line comments. cxml:text doesn't seem to work outside elements.
Same approach. CL-USER> (cxml:with-xml-output (cxml:make-character-stream-sink *standard-output*) (cxml:comment (format nil "~%foo~%bar~%")) (cxml:with-element "test")) <?xml version="1.0" encoding="UTF-8"?> <!-- foo bar --><test/>