Archive for October, 2009

XSLT Performance tip: don’t indent output

Posted on: Tuesday, October 20th, 2009 at 12:01 pm by Anup Shah

When transforming XML via XSLT, make sure the output setting for indenting is turned off and honoured by your code.

Turning it off will often speed up the transform and save a bit of output size.

Read the full post titled, “XSLT Performance tip: don’t indent output”