Prev: Fascinating interview by Richard Stallman at KTH on emacshistory and internals
Next: jquery vs dojo vs yui etc
From: Haris Bogdanovi� on 20 Jul 2010 10:52 Hi. How to make allegro serve library net.html.generator to produce indented html code ? Thanks
From: Haris Bogdanovi� on 20 Jul 2010 14:26
I meant like cl-who macro with-html-output (... indent) which has indent parameter, if set to true, generated html code is in multiple lines, indented not just in one line. When publishing a function in Allegro serve it starts like this: (lambda (req ent) (with-http-response (req ent) (with-http-body (req ent) Can I anywhere here put that I want indented html code ? |