Tagged Questions
1
vote
2answers
631 views
XSLT processing recursion depth
First of let me state that I have no clue of XSLT at all. I was given a task to investigate some JVM dumps of a Java OutOfMemory exception that occurred during XSLT processing.
I have found that the ...
0
votes
1answer
201 views
XSLT menu generation problem
Here is a template I call to generate a menu, and it kinda breaks. Using Xalan, I get heap size error, so my guess would be that something in it is horribly broken and unholy.
I preset the template ...