William Duffy

Glasgow Based ASP.NET Web Developer

Tag archive for ‘disable-output-escaping’

Stop XSL from escaping ampersands in html entities

I had a real hard time today trying to work out why my encoded XML document was being re-encoded when rendered using XSLT.
My problem was that an apostrophy ( ‘ ) in my XML was properly encoded to ’ If this is presented to the browser “as-is” then the html entity is correctly rendered as [...]