aboutsummaryrefslogtreecommitdiff
path: root/module/sxml/html.scm (follow)
Commit message (Collapse)AuthorAge
* Normalize keyword syntax.Hugo Hörnquist2022-06-23
|
* Extend sxml->html to copy procedures output verbatim.Hugo Hörnquist2022-06-12
| | | | | | 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.
* Re-add (sxml html).Hugo Hörnquist2022-06-12
| | | | | | See future commits for rationale. This reverts commit 54fc8cf92e9212cc88c824f7b49549160d860657.
* Remove unused (sxml html).Hugo Hörnquist2020-08-28
|
* Patch sxml->html, adding:Hugo Hörnquist2020-07-09
| | | | | | | - Support for multiple body forms - Processing instructions (*PI*) (<? ?>) - *TOP* as noop grouper - mapping `#f' to nothing (instead of self)
* Import sxml->html from dthompson.Hugo Hörnquist2020-07-08