25 int main(
int argc,
char** argv)
38 std::ifstream bitfileStream(
bitFileName.c_str(), std::ios::binary);
49 std::string bitFileNameWithoutPath(
bitFileName.substr(pos));
61 xmlWriter.endElement();
64 xmlWriter.endElement();
65 xmlWriter.endElement();
73 std::string xmlFilePath(
xmlFileName.substr(0, pos));
75 std::string xslFileName(xmlFilePath);
77 std::ofstream ofXSL(xslFileName.c_str(), std::ios::binary);
81 std::string cssFileName(xmlFilePath);
83 std::ofstream ofCSS(cssFileName.c_str(), std::ios::binary);