Package: closure-html
Macro with-html-output
Lambda List
with-html-output ((sink &key (name HTML) public-id system-id) &body body)
Arguments
Return Valuethe value of body
Details Generate hax:start-document and hax:end-document events.
Send a start-document event to the current sink, then execute body as an implicit progn. Afterwards, send an end-element event. |
See also |