in reply to Re: XML::Parser and &entity;
in thread XML::Parser and &entity;
The easiest way I have found to resolve the entities, replacing them by the numerical entity, and to drop the now useledd DTD is to use xmllint, from libxml2:
xmllint --noent --dropdtd <file.xml>
|
|---|