Format and Indent changes a " into &"

Having trouble installing Oxygen? Got a bug to report? Post it all here.
kmatsuhashi
Posts: 3
Joined: Tue Jun 10, 2003 8:24 am

Format and Indent changes a " into &"

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

george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
kmatsuhashi
Posts: 3
Joined: Tue Jun 10, 2003 8:24 am

Post by kmatsuhashi »

George,

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