00001 00012 #if !defined(LEEODT_HPP) 00013 #define LEEODT_HPP 00014 00015 #include <string> 00016 #include "NodoTrieS.hpp" 00017 00018 00019 00028 void aplicaXSLT(string dt, string arch, string nomsal = ""); 00029 00030 00039 void 00040 extraezip(string odt, string dt); 00041 00042 00047 string prepara(string odt); 00048 00060 void leeODT(const char *na, long ndoc, NodoTrieS &t, bool normalizaPal); 00061 00062 00063 #endif