The SXML transformations (to XML, SXML, and HTML) from the SSAX project at Sourceforge.
Oleg Kiselyov. Port by Zbigniew
This egg provides the SXML transforms available in the SSAX/SXML Sourceforge project. It incorporates one main extension, and an auxiliary one:
entag-xhtml closes XHTML tags properly in an HTML compatible way. entag is now an alias for entag-xhtml, so this behaviour is the default. entag-html is an alias for the original entag.
Newlines before open tags in the rendered HTML output are omitted for inline elements, such as tt and strong. This prevents the introduction of extraneous whitespace.
Also, the universal conversion rules have been augmented a bit:
Quotes character references given by strings
ENTITY-NAME ....
Example: (& "ndash" "quot") => "–""
Provides pre-post-order-composable, a variant of pre-post-order which always outputs strictly-conformant SXML. This comes from sxml-to-sxml.scm.
Oleg's site is the main resource. Be sure to read his examples and the ones in the SSAX repository (also included in the egg). The following papers were of great help:
Also, the eggdoc extension makes heavy use of sxml-transforms.
The sxml-transforms code is in the public domain.