axlDtd * axl_dtd_parse_from_file ( const char *  file_path,
axlError **  error 
)

Allows to parse the provided DTD definition, which is found on the provided file path.

Parameters:
file_path The file path where it is expected to receive a DTD file.
error An optional axlError reference where all errors found will be reported.
Returns:
A newly allocated axlDtd instance or NULL if it fails.