[xsl] Entity Issues in Saxon Not in Xalan

Subject: [xsl] Entity Issues in Saxon Not in Xalan
From: "V.Ramkumar" <v.ramkumar@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 13 Nov 2008 15:42:02 +0530
Hi,

I'm writing xslt for xml to html transform using xalan. In this acii
characters are converting to named entity for ex: from ' to &apos; - This is
my actual requirement.

But now I changed xslt processer to Saxon. In this, ascii characters are
converting into decimal character. Ex: from ' to &#39;.

XSL,
<xsl:output method="html" indent="yes" encoding="us-ascii"/>

I need named entity. Without using, xsl:character-map how to achive this
task.

Regards,
Ramkumar

Current Thread