Page 1 of 1

Encoding of characters

Posted: Tue Aug 09, 2005 12:58 pm
by olas
I wonder if it's possible to turn off the automatic encoding of characters like the apostrof'? Just installet version 6.1 and all my XSL sources is kinda harder to read now when this:

<xsl:param name="showNavigationMenu" select="'true'"/>

is automatically encoded to:

<xsl:param name="showNavigationMenu" select="&apos;true&apos;"/>

when i paste it in my xsl-file...

I've looked throug the options, but could not find anything.

Help.

Posted: Tue Aug 09, 2005 2:10 pm
by george
Hi,

This should be fixed in the 6.1.1 build, see:
http://www.oxygenxml.com/forum/ftopic1151.html
This can be downloaded from
http://www.oxygenxml.com/download.html

Best Regards,
George