Artifact
1e600b5bcbe98224287bcf07fc204cae3742dafb:
- File
sxml/to-html.sls
— part of check-in
[87b69065d8]
at
2017-09-11 21:20:04
on branch trunk
— fixed some include/resolve
(user:
aldo
size: 808)
(library (sxml to-html)
(export
SXML->HTML
string->goodHTML
entag
enattr
universal-conversion-rules
universal-protected-rules
alist-conv-rules
generic-web-rules
signif-tail
make-header
make-navbar
make-footer
find-Header)
(import (except (scheme)
string-copy string-for-each string->list string-upcase
string-downcase string-titlecase string-hash string-copy! string-fill!
fold-right error filter)
(prefix (only (scheme) error) scheme:)
(srfi s13 strings)
(sxml tree-trans)
(srfi private include)
(only (thunder-utils) string-split))
(include/resolve ("sxml") "utils.ss")
(include/resolve ("sxml") "SXML-to-HTML.scm")
(include/resolve ("sxml") "SXML-to-HTML-ext.scm"))