ORA-44910: xpointer not supported within XInclude element ORACLE 报错 故障修复 远程处理
文档解释
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文档中的特定行或某些行。