(chibi sxml)

Utilities to convert sxml to xml or plain text.

(html-tag->string tag attrs)

(html-escape str)

(sxml-display-as-html sxml [out])

Render (valid, expanded) sxml as html.

(sxml->xml sxml)

Render sxml as sxml.

(sxml-strip sxml)

Render sxml as simple text, stripping all tags.

(sxml-display-as-text sxml [out])

Render sxml as text for viewing in a terminal.