Michael A Nachbaur wrote:
Essentially, this patch intends to add the "AxXMLCatalog" Apache directive which defines which XML catalogs to include into XML::LibXML.
Might we not be better off creating a more generic AxXMLParserOpt directive (that pushes onto a @list of key/value pairs)?
Rationale: We already suffer from too many conf directives-- this adds an important one-- but there are many others that people might want access to as well. Do we really want to duplicate Ax* option for each possible parser option? The answer is an obvious "no" but, then how do we decide which ones to support/leave out?
Also, what if I'm not using XML::LibXML, is this option still relevant? Aren't we setting ourselves up to create still more Ax* options for the other parsers?
-kip