Log log = LogFactory.getLog( SmooksStandaloneTest.class );
public void testProcess() {
Smooks smooks = null;
try {
smooks = new PreconfiguredSmooks();
ExecutionContext context = smooks.createExecutionContext("msie6");
String response = SmooksUtil.filterAndSerialize(context, getClass().getResourceAsStream("html_2.html"), smooks);
log.debug(response);
Document doc = DomUtil.parse(response);