port 1941

This commit is contained in:
Terry Brady
2018-08-03 23:28:33 -07:00
parent 3eb16056c6
commit 15d100050c

View File

@@ -167,7 +167,7 @@ public class XSLTIngestionCrosswalk
"Failed to initialize transformer, probably error loading stylesheet.");
}
try {
JDOMSource source = new JDOMSource(new Document((Element) root.cloneContent()));
JDOMSource source = new JDOMSource(new Document((Element) root.clone()));
JDOMResult result = new JDOMResult();
xform.transform(source, result);
Document dimDoc = result.getDocument();