Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The version attribute for an XML document literal is missing.
Error ID: BC31153
To correct this error
- Add the
versionattribute to the XML document declaration, as in the following example:<?xml version="1.0"?>
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.