private void schematronTransformation()
throws TransformerException {
TransformerFactory tf = TransformerFactory.newInstance();
...
private void schematronTransformation()
throws TransformerException {
TransformerFactory tf = TransformerFactory.newInstance();
...
I want to validate some XML...