File D:/a.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE appConfig [
<!ENTITY chapter1 SYSTEM "b.xml">
]>
<appConfig>
&chapter1;
</appConfig>
When parsing the above xml using Poco::Util::XMLConfiguration
error reported:
"SAXParseException: Error in processing external entity reference in 'D:/a.xml', line 7 column 0"





