Say I need to output an HTML result: (xuriella:apply-stylesheet (pathname xsl-file) (pathname xml-file) :output (chtml:make-string-sink)) The result is correct html, but it's all crammed into one long string. Is there a way to output a formatted html (with indentations)? Thank you, Andrei