XI Messages
- Last Updated: September 10, 2026
- 1 minute read
- MarkLogic Server
- Version 12.0
- Documentation
XI-BADCONTENT
Message Text
Mismatched content type: Expected content of type variable1 and found variable2
Cause
The XPointer reference pointed to a binary node.
Response
Either fix the reference to point at XML or text content, or replace the binary content with XML or textual content.
XI-BADFALLBACK
Message Text
Malformed fallback: Required one fallback element and found variable1
Cause
An XPointer reference failed to refer to a document at all. In such cases an xi:fallback element is required, but none was found.
Response
Add an xi:fallback element.
XI-CIRCULAR
Message Text
Circular XInclude references
Cause
An XInclude pointer references a node that includes the XInclude reference itself. Expanding such a circular reference would never end.
Response
Fix the reference so that it does not refer to a node that contains itself.
XI-NOXPOINTER
Message Text
Missing xpointer attribute: xpointer attribute required for parse=xml and empty href
Cause
An XInclude reference has parse=xml set and no href attribute. An xpointer attribute is required in order to dereference the inclusion, but none was given.
Response
Add the required attribute.
XI-UNKNOWNERROR
Message Text
Unknown Error
Cause
The XInclude referenced a document node. This should not happen.
Response
Modify the XInclude reference.