<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Dear mailinglist members,</p>
    <p>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.<br>
    </p>
    <p>I use the following code within an <action>:</p>
    <p>    <actionMode><br>
              <field name="xpathCondition"><br>
                  <String></String><br>
              </field><br>
              <field name="argValues"><br>
                  <serializableOrderedMap><br>
                      <entry><br>
                          <String>text</String><br>
      <b>                   
        <String>{CODE_FOR_THE_NON-BREAKING_SPACE}</String></b><br>
                      </entry><br>
                  </serializableOrderedMap><br>
              </field><br>
              <field name="operationID"><br>
                 
<String>ro.sync.ecss.extensions.commons.operations.InsertOrReplaceTextOperation</String><br>
              </field><br>
          </actionMode><br>
      <br>
      I added a placeholder CODE_FOR_THE_NON-BREAKING_SPACE above to
      show you were I want to fill in my non-breaking space.</p>
    <p>I tried &nbsp; which caused my whole framework to NOT be read
      by Oxygen XML Author.<br>
      I tried &#160; which just created a regular space.<br>
      I tried &amp;#160; which just created exactly these characters
      as a string in my XML document.<br>
      I tried several other things which all didn't work.</p>
    <p>What do I have to put between my opening and closing
      <String> tags?</p>
    <p>Thanks in advance and kind regards<br>
      Christian Achter<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>