input = new InputSource(createURL(argv[0])); // [ 29 millis ] [ 28 millis ]
System.out.println("Read file" + inputTime.nice());
StopWatch mgrTime = new StopWatch();
XtOmQueryMgr query_mgr = new XtOmQueryMgr(); // [ 588 millis ] [ 612 millis ]
System.out.println("Instantiate DomQueryMgr" + mgrTime.nice());
{
StopWatch loadTime = new StopWatch();
com.jclark.xsl.om.Node node = query_mgr.load(input);// [ 738 millis ] [ 1 sec 987 millis ]
System.out.println("Load nodes" + loadTime.nice());