Hi there.
Please, get me an idea why attribute values are not un-escaped in the "html"
output method.
I have the <Branch name="M & S Oxygen"> in my xml which I expect to turn
into <Branch name="M & S Oxygen"> after transformation but this does not
happen.
This is the beggining of my stylesheet.
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
...
Version tested = 5.0
Any ideas are appreciated.
Regards,
Nick Semenov