Remove unwanted whitespace from your result text document with XSLT
Remove unwanted whitespace with XSLT
Posted on 1/23/11 10:00 AM by Get Schooled in Whitespace, in XML, in XSLT, in Remove whitespace, in Text Document, in Tips & Tricks
Make the case of your element and attribute names consistent with XSLT
Posted on 6/4/10 1:40 PM by Get Schooled in consistent naming, in XML, in XSLT, in Tips & Tricks
A common use of the XSLT translate() function is to change the case of text strings within a document; however, you may run into situations where you need to change the actual element and attribute name cases, not simply text strings within them.