919293949596979899100101
System.err.println(xe.getMessage()); usage(); } try { XProcConfiguration config = userArgs.createConfiguration(); if (run(userArgs, config)) { // It's just sooo much nicer if there's a newline at the end. System.out.println(); }
2627282930313233343536
XProcConfiguration config = null; XProcRuntime runtime = null; try { config = userArgs.createConfiguration(); runtime = new XProcRuntime(config); } catch (SaxonApiException e) { System.err.println(e.getMessage()); System.exit(-1); }