I have a strange bug using XML-LibXML-1.57 and XML-LibXSLT-1.57 running on top of libxml2-2.5.3 and libxslt-1.0.20, (AxKit 1.6).
I have a <xsl:value-of disable-output-escaping="yes" select="."/> that sometimes appears to be ignored in that 80% of the time the relevant txt is escaped but 20% of the time it isn't. I wont bore you with a long explanation as to why we have to commit the sin of using disable-output-escaping="yes" but basically it¹s due to our style sheets having to append HTML enclosed with <![CDATA]]> within the invoking xsp page to the output tree. I¹ve tracked the problem down to the libs not our xsl. As such I was wonder what are the latest versions of the above that work as expected with AxKit, I thought I¹d get some advice before I start breaking my setup! Cheers, Marc.