BI Publisher Report errors with XML-23002 after upgrade to 11.1.1.7
I have a BI Publisher report which worked fine in release 10 and is now not working in release 11.1.1.7. In the template viewer, it traps the error as:
<Line 169, Column 242>: XML-23002: (Error) internal xpath error
@Line 169 ==> <xsl:if test="not((/rs_VENDOR/row_VENDOR/rs_VNDR_ADDR_SCROL/row_VNDR_ADDR_SCROL/rs_VENDOR_ADDR/row_VENDOR_ADDR[fld_ADDRESS_SEQ_NUM = xdoxslt:get_variable($_XDOCTX, 'VAR_ADDR_SEQ')]/fld_ADDRESS1)[1]) = ''">
The original tag in the RTF file is:
<?if@inlines:not(//row_VENDOR_ADDR[fld_ADDRESS_SEQ_NUM=xdoxslt:get_variable($_XDOCTX,'VAR_ADDR_SEQ')]/fld_ADDRESS1)=''?><?//row_VENDOR_ADDR[fld_ADDRESS_SEQ_NUM=xdoxslt:get_variable($_XDOCTX,'VAR_ADDR_SEQ')]/fld_ADDRESS1?><?end if?>