I've been trying to load an XSL file from the classpath, this is my code
getClass().getClassLoader().getResourceAsStream("fileexample.xsl")
But the stream is coming back as Null and I'm getting a java.net.MalformedURLException.
Do you have any ideas?