Encoding of characters

Oxygen general issues.
olas
Posts: 1
Joined: Tue Aug 09, 2005 12:54 pm

Encoding of characters

Post 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.
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
Post Reply