Searched refs:xsltStylesheet (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/org/mindswap/utils/
H A DXSLTEngine.java41 public static String transform(String input, String xsltStylesheet) { argument
42 return transform(input, xsltStylesheet, new ValueMap() );
45 public static String transform(String input, String xsltStylesheet, ValueMap parameters) { argument
53 System.out.println("XSLT " + (xsltStylesheet==null) + " " +
54 xsltStylesheet.length() + " " + xsltStylesheet);
57 if(xsltStylesheet == null)
60 xsltStylesheet = xsltStylesheet.trim();
65 new StreamSource(new StringReader(xsltStylesheet)));
[all...]

Completed in 30 milliseconds