public void test() throws IOException, SAXException {
Smooks smooks = null;
try {
smooks = new Smooks(getClass().getResourceAsStream("smooks-config.xml"));
smooks.addVisitor(new SAXVisitAfter() {
private Integer n = 0;
public void visitAfter(final SAXElement element, final ExecutionContext execution) throws IOException {
n++;