Use SXML->LOW-LEVEL-SXML provided by SURFLETS/SXML instead of using PRE-POST-ORDER directly.
This commit is contained in:
parent
e71a3581af
commit
7a7fd39f0c
|
@ -73,7 +73,7 @@
|
||||||
;; display-low-level-sxml. In contains only characters, strings, and
|
;; display-low-level-sxml. In contains only characters, strings, and
|
||||||
;; thunks.
|
;; thunks.
|
||||||
(define (surflet-sxml->low-level-sxml sxml-tree)
|
(define (surflet-sxml->low-level-sxml sxml-tree)
|
||||||
(pre-post-order sxml-tree surflet-sxml-rules))
|
(sxml->low-level-sxml sxml-tree surflet-sxml-rules))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue