[xuriella-devel] How to output formatted html string?

David Lichteblau david at lichteblau.com
Fri Dec 3 23:00:49 UTC 2010


Quoting Andrei Stebakov (lispercat at gmail.com):
> 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)?

No, not yet.  The specified way to do that sort of thing is with an
xsl:output element in the stylesheet.

But xuriella doesn't currently implement the indent attribute.


d.




More information about the xuriella-devel mailing list