RE: [xsl] Unmatched Element need to retain

Subject: RE: [xsl] Unmatched Element need to retain
From: "V.Ramkumar" <V.Ramkumar@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 30 Aug 2008 13:36:04 +0530
>>Use the identity template:

>><xsl:template match="*">
>>  <xsl:copy>
>>    <xsl:copy-of select="@*"/>
>>    <xsl:apply-templates/>
>>  </xsl:copy>
>></xsl:template>

Thanks Michael. I got the expected output. But I am getting some disturbance
when use the above template. Ex: All the symbol and entity translated as '
<symbol name="equals" ascii="=" unicode="003D" description="equals sign R:"
type="ascii">=</symbol>, <symbol name="numsp" unicode="2007"
description="digit space (width of a number)">&#8199;</symbol>. How to avoid
this?

Regards,
Ramkumar

Current Thread