typedef const char*(* ) axlDtdEntityResolver(const char *entityName, axlPointer data)

Entity resolver function used by the library to translate entity references into the replacement text.

This is normally used by the library itself, not by the application programmer.

This handler is currently used at axl_dtd_check_entity_ref_and_expand

Parameters:
entityName The entity name that is being requested to be resolved.
Returns:
The user defined data provided at axl_dtd_check_entity_ref_and_expand, which is passed to the resolver function once it is executed.