}
}
freader.close();
int result = -1;
try {
result = asciimathxml.modifyDtbookIntoAsciiMathXml(templatefilename,
dtbookFileName, dtbookCharacterSet, jasciiMathPropertyFileName,
asciiMathWWWBrowserApplication, targetDtbookFileName,
targetCharacterSet, bPrintXmlStatements,
bCheckStrikeErrors, p_bCorrectStrikeErrors);
} catch(Exception e) {