Per ora ho fatto così
codice:
TransformerFactory tFactory = TransformerFactory.newInstance();
String media = null; 
String title = null; 
String charset = null;
Source stylesheet = null;
try
{
 stylesheet = tFactory.getAssociatedStylesheet(new StreamSource(new ByteArrayInputStream(data)), media, title, charset);
}
ma quando faccio:
codice:
return "xslt: "+stylesheet.toString())
non mi stampa il nome dell'xslt bensì:
codice:
javax.xml.transform.sax.SAXSource@3e1bc8