Category Archives: XSLT

IE conditional commenting in XSLT

It was meant to be an easy task. I had a menu template built in html and all I had do was move the formatting and structure into an XSLT document and then use this is display my XML data. … Continue reading

Posted in XSLT | Tagged , , , , | Leave a comment

Trim text to next space after X number of characters in XSLT

This was a requirement that I had recently and after having fought with it for a while I found the solution. In my example below I am testing the length of string to see if it is over 65 characters. … Continue reading

Posted in XSLT | Tagged , | Leave a comment