Hi,

Let's say I have this is one page:

<div>
  <script xml:space="preserve">
if (true) {
  alert("boo");
}
  </script>
</div>

If I paste that with the xml:space *or* with the element included IDE's
Options Preference for 'Preserve Space elements (XPath)' the result of
the past is:

<div>
  <script xml:space="preserve">
    if (true) {
    alert("boo");
    }
  </script>
</div>

Is this a bug?

best,
-Rob
 

_______________________________________________
oXygen-user mailing list
[email protected]
http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to