PhoenixmlDb.Core

XIncludeErrorKind

Classifies an so callers (and the XSLT/XQuery engine wirings) can map a failure to the appropriate engine error and tests can assert the cause.

#XIncludeErrorKind

Namespace: PhoenixmlDb.Core.Xml

Classifies an so callers (and the XSLT/XQuery engine wirings) can map a failure to the appropriate engine error and tests can assert the cause.

#Fields

Name Description
Cyclic A resource is included (directly or transitively) within itself.
LimitExceeded A resource-safety limit was exceeded (expansion depth, node budget, or xpath1 time).
MalformedFallback An xi:fallback is misplaced or an xi:include has more than one.
MalformedInclude The xi:include element itself is malformed (bad parse=, missing/fragment href, unsupported combo).
MaxDepthExceeded Nesting exceeded .
ResourceError The target could not be fetched, parsed, or decoded (fallback-eligible).
Unsupported A requested XInclude feature is not implemented in this build.