Page 1 of 1

Format and Indent changes a " into &"

Posted: Fri Jul 25, 2003 9:05 am
by kmatsuhashi
Using Oxygen2.0.2.

The "Format and Indent" (Ctrl+Shit+P) mistakenly changes quoation mark character (") in text nodes into &" .

For example:

Code: Select all

<svg:desc>pos="1"</svg:desc>
is changed to

Code: Select all

<svg:desc>pos=&;1&;</svg:desc>


Posted: Fri Jul 25, 2003 3:58 pm
by george
Hi,

This will be fixed in the next release.
In the meanwhile you can either replace oxygen.jar with http://www.oxygenxml.com/update/oxygen.jar or escape the quotes, that is instead of " use "

Best Regards,
George

Posted: Mon Aug 04, 2003 6:12 am
by kmatsuhashi
George,

I got your interim-fix and found the problem is fixed. Thank you!