ORA-44910: xpointer not supported within XInclude element
Cause: The xpointer attribute is specified within XInclude element.
Action: Remove the xpointer attribute.
ORA-44910是一个错误,用于指示XInclude元素不支持xpointer。
(1) 尝试用重新编写XInclude语句,使用XPath表达式而不是xpointer语法来指定内容。这是XInclude标准所推荐的。
(2)或者,使用XMLPATH函数而不是XInclude语句来包含指定XML文档中的特定行或某些行。