String momlOutputFile = outputPrefix + _FILESEPARATOR
+ momlSuffix;
try {
// Parse the nesC xml file.
if (new NDReader().parse(xmlInputFile)) {
System.out.println("parse ok: " + xmlInputFile);
} else {
System.out.println("parse exceptions occurred: "
+ xmlInputFile);
}