Use sxml->low-level-sxml instead of pre-post-order in sxml->string to reduce connection points.
This commit is contained in:
parent
bc9e540be7
commit
7cb5d680d4
|
@ -27,7 +27,7 @@
|
|||
(call-with-string-output-port
|
||||
(lambda (port)
|
||||
(display-low-level-sxml
|
||||
(pre-post-order sxml-tree rules)
|
||||
(sxml->low-level-sxml sxml-tree rules)
|
||||
port))))
|
||||
|
||||
(define (sxml->string/internal sxml-tree rules)
|
||||
|
|
Loading…
Reference in New Issue