Re: [oXygen-user] Non-breaking spaces in fragments via framework

2019-12-09 Thread Jirka Kosek
On 9.12.2019 14:16, Christian Achter wrote: > When you say /"//I'm putting here directly encoded non-breaking > space//"/ which code sequence are you using instead of   ? You can use character map to insert character directly or depending on operating system used you can use keyboar shortcut. In W

Re: [oXygen-user] Non-breaking spaces in fragments via framework

2019-12-09 Thread Christian Achter
Dear Radu thanks for your feedback. I am editing my .framework files manually. I stick to the InsertOrReplaceTextOperation because it works now and it is basically easier to handle: It automatically inserts the non-breaking space where the cursor is. I tried the InsertOrReplaceFragmentOperat

Re: [oXygen-user] Non-breaking spaces in fragments via framework

2019-12-09 Thread Christian Achter
Thank you Jirka for your explanation, that was very helpful. I never realized the bottom bar of Oxygen XML Author telling me the Unicode code for the current character. When you say /"//I'm putting here directly encoded non-breaking space//"/ which code sequence are you using instead of   ?

Re: [oXygen-user] Non-breaking spaces in fragments via framework

2019-12-05 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Christian, Please see some suggestions below: I tried   which caused my whole framework to NOT be read by Oxygen XML Author. The " " is an entity reference. If your XML document does not refer to a DTD which defines this entity reference. Also you should use the "ro.sync.ecss.extensions

Re: [oXygen-user] Non-breaking spaces in fragments via framework

2019-12-05 Thread Jirka Kosek
On 5.12.2019 16:39, Christian Achter wrote: > I tried   which just created a regular space. Are you sure? At the bottom bar you can see Unicode code for character under the caret. Normal space is U+0020 and non-breaking U+00A0. > What do I have to put between my opening and closing tags? I'm pu

[oXygen-user] Non-breaking spaces in fragments via framework

2019-12-05 Thread Christian Achter
Dear mailinglist members, this might be a trivial problem, but even after a longer research I haven't found a solution to it. I try to insert a non-breaking space via a button created by a framework. I use the following code within an :