Changeset 13785 in project
- Timestamp:
- 03/16/09 21:52:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/sxml-transforms
r13279 r13785 82 82 is re-processed again, with the current stylesheet. 83 83 84 ==== pre-post-order-splice 85 86 <procedure>(pre-post-order-splice tree bindings)</procedure> 87 88 This module's version of {{pre-post-order}} is a variant which always outputs strictly-conformant SXML. It unnests lists that do not have a tag as their {{car}} until they do. 89 84 90 ==== post-order 85 91 … … 261 267 262 268 263 === sxml-to-sxml264 265 <procedure>(pre-post-order tree bindings)</procedure>266 267 This module's version of {{pre-post-order}} is a variant which always outputs strictly-conformant SXML. It unnests lists that do not have a tag as their {{car}} until they do.268 This comes from {{sxml-to-sxml.scm}}. If you import it, be sure to rename or omit the one from the {{sxml-transforms}} module.269 270 271 269 == Examples 272 270 … … 291 289 === Version history 292 290 291 ; 1.3 : Update to upstream latest version, remove splicing pre-post-order from extra file and rename it to pre-post-order-splice 293 292 ; 1.2 : Port to hygienic chicken 294 293 ; 1.1 : Improve inline element whitespace handling; add '&' rule.
Note: See TracChangeset
for help on using the changeset viewer.