I'm getting errors like
XML error: Undeclared entity error
When using xml_parse
.
Is there an option to simply suppress these errors so that the XML parser can chug along?
If you need some example XML, here it is:
<schema id="foo">
<var id="client_note_list">[CONCAT_OLD],&path_common_config;/pages/client_lists.xml</var>
</schema>
&path_common_config;
isn't defined anywhere. I don't have an exhaustive list of entities that might exist either, so I can't prepend <!ENTITY
either.