There is a bug in XML editor too.
1. I'm opening CLOB field and the XML viewer is showing
2. The first line of XML document is
3. I'm putting one space somewhere and pressing "OK"
4. then opening CLOB field again and the first line is now:
The encoding information disappeared.
Kuba Kr
1. I'm opening CLOB field and the XML viewer is showing
2. The first line of XML document is
Code:
<?xml version="1.0" encoding="iso-8859-2"?>
4. then opening CLOB field again and the first line is now:
Code:
<?xml version="1.0" ?>
Kuba Kr