Document renumberedDocument = renumberDocument(document, unnumberTagsXslSource,numberTagsXslSource);
System.setProperty(XPathQueryFactory.class.getName(), XPathQueryFactoryImpl.class.getName());
XUpdateImpl xUpdate = new XUpdateImpl();
String editSelect = processElements(renumberedDocument, xUpdate);
setParameter("editSelect", editSelect);
Source validationSource = null;