F
frank
Had something working just fine when the files where on the local file
system but now that I have them in a jar it's not working. I believe
the paths are correct just seems to be going to the local file system
and not the jar file.
String styleSheet = xss/style.xsl
TransformerFactory tFactory = TransformerFactory.newInstance();
Transformer transformer = tFactory.newTransformer(new StreamSource(
styleSheet));
Thanks,
Frank
system but now that I have them in a jar it's not working. I believe
the paths are correct just seems to be going to the local file system
and not the jar file.
String styleSheet = xss/style.xsl
TransformerFactory tFactory = TransformerFactory.newInstance();
Transformer transformer = tFactory.newTransformer(new StreamSource(
styleSheet));
Thanks,
Frank