try {
com.conf.Log l = new com.conf.Log();
vn.toElement(VTDNav.ROOT);
vn.matchElement(TAG_XML_MAIN);
AutoPilot ap = new AutoPilot(vn);
ap.selectXPath(xpath);
int r = 0;
while ((r = ap.evalXPath()) != -1) {
if (vn.toString(r).equals(Log.TAG_XML_LOG_FILENAME)) {
l.setFilename(vn.toString(vn.getText()));
}