chickadee » waffle » waffle-sxml->html

waffle-sxml->html sxmlprocedure

Render the widget tree in sxml down to HTML on (current-output-port).

(use waffle)
(load-widgets-from-directory "./widgets" ".widget.scm")

(waffle-sxml->html
  `(html (body (user-menu "Andy") (say-hello "Andy"))))