Required attribute 'version' missing from XML declaration
The version attribute for an XML document literal is missing.
Error ID: BC31153
To correct this error
- Add the version attribute to the XML document declaration, as in the following example: <?xml version="1.0"?>
See Also
Concepts
XML Literals and the XML 1.0 Specification