aboutsummaryrefslogtreecommitdiff
path: root/module/sxml/html.scm (unfollow)
Commit message (Collapse)Author
2022-06-23Normalize keyword syntax.Hugo Hörnquist
2022-06-12Extend sxml->html to copy procedures output verbatim.Hugo Hörnquist
sxml->xml already allows arbitrary strings to be included through procedures current output port. This adds the same feature to sxml->html for feature parity.
2022-06-12Re-add (sxml html).Hugo Hörnquist
See future commits for rationale. This reverts commit 54fc8cf92e9212cc88c824f7b49549160d860657.
2020-08-28Remove unused (sxml html).Hugo Hörnquist
2020-07-09Patch sxml->html, adding:Hugo Hörnquist
- Support for multiple body forms - Processing instructions (*PI*) (<? ?>) - *TOP* as noop grouper - mapping `#f' to nothing (instead of self)
2020-07-08Import sxml->html from dthompson.Hugo Hörnquist