Page 1 of 1

XML Tag Locking

Posted: Fri Jan 28, 2005 2:05 am
by viviansteller
Hello Oxygen-Team,

locking XML-Tags is a pretty cool feature. But I think you could improve the usage of that feature by preventing the CDATA's content from beeing recognized as xml code and therefore also being locked.

Example:

Code: Select all


<lockedElement>
editableText >
<![CDATA[
this textcontent is editable
<lockedTag lockedAttribute="final">
editableText
</lockedTag>
]]>
</lockedElement>
In the example the lockedTag in the CDATA-Section is not editable while its contents, just like all the other elements' contents (outside the CDATA-Section), are.

I think it would be more usefull, if the whole content of a CDATA-Section was editable in "locked mode" disregarding its syntax. In a nutshell: CDATA-Sections shouldn't be parsed (unless desired)!

Would be great if you decide to change this.
Thanks in advance,
with best regards

sir vivian & mr. george

Posted: Fri Jan 28, 2005 2:44 pm
by george
Hi,

I filed a bug report with this on our bugzilla.
Thanks for reporting it.

Best Regards,
George