XML reference

KCM Core Text Block XML objects are only allowed to use a subset of the XML specification:

  • The XML must be encoded in either UTF-8, UTF-16 or iso-8859-1. Other encodings are not supported.
  • Namespace prefixes are not allowed. A default xmlns namespace declaration is ignored.
  • Boolean values must be specified as either true or false. Other xsd:boolean values (0, 1, True, False) are not supported.