transformer.setParameter("sections", sections);
transformer.transform(
new StreamSource(sourceFile.getSourceFile()), res);
}
catch(TransformerException te) {
throw new DocumenterSourceException(
"problem transforming output: "
+ te.getMessageAndLocation(), te,
sourceFile);
}
catch(IOException ioe) {