mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
6 lines
207 B
Scheme
6 lines
207 B
Scheme
|
|
(define-library (chibi sxml)
|
|
(export sxml->xml sxml-display-as-html sxml-display-as-text sxml-strip
|
|
html-escape html-tag->string)
|
|
(import (scheme base) (scheme write))
|
|
(include "sxml.scm"))
|