mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Exporting html-tag->string.
This commit is contained in:
parent
49cc343e15
commit
64b4d7b2fe
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
(define-library (chibi sxml)
|
(define-library (chibi sxml)
|
||||||
(export sxml->xml sxml-display-as-html sxml-display-as-text sxml-strip
|
(export sxml->xml sxml-display-as-html sxml-display-as-text sxml-strip
|
||||||
html-escape)
|
html-escape html-tag->string)
|
||||||
(import (scheme base) (scheme write))
|
(import (scheme base) (scheme write))
|
||||||
(include "sxml.scm"))
|
(include "sxml.scm"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue