
8 Jun
2009
8 Jun
'09
4:08 p.m.
On 8 Jun 2009, at 01:57, Edi Weitz wrote:
On Sat, Jun 6, 2009 at 8:04 PM, Patrick May<patrick.may@mac.com> wrote:
(let ((cl-who::*downcase-tokens-p* nil)) (cl-who:with-html-output-to-string (*standard-output* nil :indent t) (:|Capitalized| (:|CapitalizedCamel| :|camelCase| "foo" "bar"))))
This outputs:
" <capitalized> <capitalizedcamel camelcase='foo'> bar </capitalizedcamel> </capitalized>"
Which version are you using? Works for me with the dev version:
I'm using cl-who-0.11.1 and Clozure 1.3-r11936. Thanks, Patrick