mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
commit
b33df19274
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
||||||
((null? sxml))
|
((null? sxml))
|
||||||
(else (html-display-escaped-string sxml out))))))
|
(else (html-display-escaped-string sxml out))))))
|
||||||
|
|
||||||
;;> Render \var{sxml} as \var{sxml}.
|
;;> Render \var{sxml} as \var{xml}.
|
||||||
(define (sxml->xml sxml)
|
(define (sxml->xml sxml)
|
||||||
(call-with-output-string
|
(call-with-output-string
|
||||||
(lambda (out) (sxml-display-as-html sxml out))))
|
(lambda (out) (sxml-display-as-html sxml out))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue