>>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)"> </symbol>. How to avoid
this?
Regards,
Ramkumar
|