◇◆
parse XInclude Parse Flag
Treat the included object as text or as parsed XML. See the
W3C XInclude documentation (https://www.w3.org/TR/xinclude/).
OPTIONAL (defaults to xml) on element: <xi:include>
Value | Meaning |
---|---|
text | Included object is to be treated as text. |
xml | Included object is to be treated as XML. |
Default value | xml |