Skip to content

xsltproc: add indent parameter

Stefan Pöschel requested to merge basic.master/libxslt:add_indent_param into master

When a stylesheet with <xsl:output indent="no" ... /> is used, this new parameter allows to enable indentation anyway, to make the output easier to read directly on the console during debugging. This prevents the need to toggle the mentioned attribute in the stylesheet by hand.

Merge request reports