[oXygen-user] xml:space="preserve" and IDE space preserve
Robert Koberg
Fri Apr 4 06:04:41 CDT 2008
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
More information about the oXygen-user
mailing list