Open rbeezer opened 2 years ago
Is running the produced code through a pretty-printer an option? Or are you really hoping to have xsltproc doing the pretty printing?
Yes, a linter that comes with xsltproc
will do this. But <xsl:output>
has an @indent
option, so it should be possible to get it done there?
Anyway, I'm as much interested in understanding what is going on as I am in the actual practical matter. ;-)
Compare HTML output, from
a9497fac87eee4589da9540d1a92d58c8cd35e39 to adacc14861e75074f06e2fba562b292cbb405039
a sample below. Hard to read/parse/understand formatting, to nice crisp clear newlines. Hmmm.
Unclear if there is a good solution for this.