[opencms-dev] Error during Import of CmsResources(ImportExportHandler can't handle 0xb, vertical tabs)
CMS_QUEST
cms_questioner at gmx.de
Tue Jul 1 11:45:28 CEST 2014
Hi,
opencms-version: 9.0.1
Java 7 Update 55
I have tried to import CmsResources and determined following bug:
e.g. in the manifest.xml is a resource listed with a property "title"
and the stringvalue of a title has a (0xb) vertical tab character at the
end. In such a case OpenCms fails to parse the manifest.xml and to
import the file.
"Unicode(0xb) error-An invalid XML character (Unicode: 0xb) was found in
the element content of the document."
This is an XML issue, because vertical tabs aren't allowed in an XML-file.
But it would be still nice if the ImportExportHandler could escape
special characters like this during the creation of the manifest.xml. So
that I can still import the file.
Greetings
CMS_QUESTIONER
More information about the opencms-dev
mailing list