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