XML Tag Locking
Posted: Fri Jan 28, 2005 2:05 am
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:
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
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>
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