public void eval()

in src/main/java/org/apache/sling/scripting/xproc/xpl/impl/XsltImpl.java [33:36]


	public void eval() {		
		String href = this.getStylesheet().getDocument().getHref();
		this.getEnv().getCcPipeline().addComponent(new SlingTransformer(this.getEnv().getSling(), href));
	}