XML attribute 'attribute1' must appear before XML attribute 'attribute2'
Attributes in an XML document literal are specified in an invalid order. Valid attribute order for an XML document literal is based on the XML 1.0 specification. For example, the encoding attribute of an XML document literal must immediately follow the version attribute.
Error ID: BC31157
To correct this error
- Update the attribute order for the XML document literal by using the guidelines specified in the XML 1.0 specification.
See Also
Concepts
XML Literals and the XML 1.0 Specification