XSLT 1.0, whitespace and document formatting

December 20th, 2009

The following article provides a set of best practices I have identified to deal with whitespace and document formatting for XML documents generated through XSLT transforms.

The objective is to get nice and easy to read XML documents (i.e. proper indentation) as output of the XSLT transform without having to apply post-processing and while keeping nice and easy to read XSLT documents. Read the rest of this entry »