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