Not loading a file’s DTD when doing an XSL Transformation in Java
Posted June 9th, 2010 by CarlosThis has hit me in the face two or three times already in the same project, and last time I solved it by calling /usr/bin/xsltproc –html from inside the servlet. Finally I’ve found a way to tell the underlying levels not to bother loading the DTD as it’s useless and doesn’t even live where the [...]
Tags: java, servlet, tomcat, xml, xsl, xslt
Filed under:hacking