}
// Get the preparser config file and DTD.
String preParserConfigDocumentStr =
fileUtils.readFile(new File(preParserConfigFileName));
String preParserConfigDTDFile = fileUtils.addRoot(
NewsPreParserConfig.PREPARSER_CFG_DTD_FILE);
// Add the DTD with root to the config file.
if (strings.matches(" SYSTEM\\s+\".+\"\\s*>",
preParserConfigDocumentStr)) {