Hi All, We got a xml file with the line where public identifier "-//ES//DTD journal article DTD version 5.0//EN//XML" does not match with the public identifier "-//ES//DTD journal article DTD version 5.0.1//EN//XML" mentioned in the catalog file 'catalog'.
I am using xml4c 2.2.0 and parsing my xml file using DOMBuilder but it is not reporting any error about public identifier and parsing the file. Could anybody help how to enable the feature in the DOMBuilder hence it will start reporting public identifier mismatch? Does xml4c use catalog file? XML file content: <?xml version="1.0" encoding="utf-8"?><!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.0//EN//XML" "art501.dtd"> catalog file content: PUBLIC "-//ES//DTD journal article DTD version 5.0.1//EN//XML" "art501.dtd" Thanks & Regards Vikas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
