XML Tag Locking

Are you missing a feature? Request its implementation here.
viviansteller
Posts: 1
Joined: Fri Jan 28, 2005 1:38 am

XML Tag Locking

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

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

Best Regards,
George
Post Reply