Tagged Questions
1
vote
0answers
117 views
Xalan 2.7.1 and IIS 7 Cause HTML Truncation
I have a rather sticky problem for which I've done a lot of research but have had no luck in finding a solution.
I have a web application comprised of Tomcat servlets. Tomcat is running on a Windows ...
1
vote
2answers
1k views
How to catch a nested exception in java
I'm using Apache Xalan (v.2.7.1) to translate XML to XHTML in Apache Tomcat (v6.0.32). Sometimes the loading gets cancelled by the client and the following exception is thrown:
...
0
votes
0answers
260 views
Problem: sporadic NPE when using XALAN transformer to return HTTP response
In my tomcat server, I'm trying to return an XML response by writing the response to the servlet's output stream, using a XALAN identity transformer.
The XML is valid, but from time to time I'm ...
0
votes
1answer
497 views
Saxon Xalan JSP
I have a JSP which attaches a XSL to an XML document pulled from a database. The application is using the Saxon Parser but my XML needs to use the Xalan one. Can a JSP page override which parser to ...
6
votes
2answers
3k views
Java/XSLT: Cannot find a matching 1-argument function
I get the following error:
javax.servlet.ServletException: Cannot find a matching 1-argument function named {http://exslt.org/dynamic}evaluate()
at ...