Does anyone know what XSL code would remove the trailing whitespace after the last word in an element? <p>This is my paragraph. </p> Thanks!!
Category: xslt
Modifying values with XSLT
I have XML file with values expressed in SI unit (m, N). I use an XSLT document to transform it into HTML page where I would like to display values with other units (um, mN). Is there a way to modify values I extract from my XML document using XSLT without modifying XML content before […]