-20276 The XML namespace prefix xml-namespace-prefix is not valid. Reason code = reason-code
Explanation
The XML namespace prefix violates the constraint that is indicated by the reason code.
- xml-namespace-prefix
- The XML namespace prefix.
- reason-code
- The reason for the message or SQL code,
indicated by one of the following
values:
- 1
- The namespace prefix contains a colon.
- 2
The namespace prefix is named xml or xmlns.
- 3
- Duplicate namespace prefixes were declared.
System action
The statement cannot be processed.
Programmer response
Perform the action that corresponds to the reason code.
- 1
- Choose a name that does not include a colon.
- 2
Do not name the namespace prefix xml or xmlns.
- 3
- Declare only one namespace prefix.
SQLSTATE
42635