Bug in (C/B)LOB editor

problem: Switching from XML to TEXT destroys XML document.
version: 6.0.2.880 (MBCS)

1. open CLOB containing an XML document in editor
2. press the "Format XML" button
3. switch to TEXT tab

notice that XML indenting was preserved, thus in some of my documents (long text inside an XML node), that situation is unwanted, because some lines got adjusted in XML formatting to match the indent of a node in XML editor - the result -> broken line in document. What I was expecting - Format XML just helps user to see-through xml document while editing, but the format and indentation inside XML tags (text of the tag value) should remain intact.
 
Back
Top