25#define OPENSPDCL_FILENAME "opensp.dcl"
26#define OFX160DTD_FILENAME "ofx160.dtd"
27#define OFCDTD_FILENAME "ofc.dtd"
32std::string
find_dtd(LibofxContextPtr ctx,
const std::string& dtd_filename);
39int ofx_proc_file(LibofxContextPtr libofx_context,
const char *);
std::string sanitize_proprietary_tags(std::string input_string)
Removes proprietary tags and comments.
int ofx_proc_file(LibofxContextPtr libofx_context, const char *)
ofx_proc_file process an ofx or ofc file.
std::string find_dtd(LibofxContextPtr ctx, const std::string &dtd_filename)
Find the appropriate DTD for the file version.