}
public void testBuild() throws Exception {
String xplPath = "/xpl/html.xpl";
XplBuilder builder = new XplBuilder();
Step pipeline = builder.build(getReaderFromPath(xplPath));
String strControl = toString(getClass().getResourceAsStream(xplPath));
XMLAssert.assertXMLEqual(strControl, pipeline.toString());
}