#include "../HtmlFile.h"
#include "../../DesktopEditor/common/File.h"
int main(int argc, char *argv[])
{
std::wstring sPath = NSFile::GetProcessDirectory() + L"/../../Internal/Debug/";
CHtmlFile oFile;
std::wstring sXml = L"\
\
file:///D:/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb/Word/sdk-all.js\
file:///C:/Users/oleg.korshul/Desktop/original_message%20(5).html\
D:/test/Document/\
\
";
int nResult = oFile.Convert(sXml, sPath);
nResult;
return 0;
}