Error [XML Parsing Error: mismatched tag. Expected: </img>.]
Hi,
I am using a ‘BIPublisherTrialEdition32bit’ to test generate XSL-FO template functionality which is a critical client's requirement to implement Oracle Procurement Contract.
After I create a data model using below inquiry, I created a very simple report using only table layout (without images).
Each time I try to do (FO preview) action, I receive attached error.
I did an investigation for the reason of this error and found that there is a missing tag for </img> which prevent BI-Publisher from displaying the error in correct way.
The inquiry;
select count(authorization_status), authorization_status from po_headers_all group by authorization_status;