
4 Apr
2008
4 Apr
'08
11:04 a.m.
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