Validation used by XML Publisher
Hi,
we have customer with EBS R12.1.3 in place who uses XML Publisher to generate PDF output containing details on OLM Catalog.
In order to format course description, they enter HTML code in the appropriate field and verify it using dbms_xmlparser.
It seems that XML Publisher parser validate it differently. Some codes that passed dbms_xmlparser validation are causing errors during the OPP.
We have tried to validate entered HTML Code against registered schema http://www.w3.org/1999/xhtml by using schemavalidate. This covers the cases that are causing errors during the OPP, but also some other codes that used to cause no error by XMP Publisher parser. In attached file there some examples for such codes.