Bug in XML editor

Kuba

Member²
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

Code:
<?xml version="1.0" encoding="iso-8859-2"?>
3. I'm putting one space somewhere and pressing "OK"
4. then opening CLOB field again and the first line is now:

Code:
<?xml version="1.0" ?>
The encoding information disappeared.

Kuba Kr
 
Back
Top