1

I am converting one xml format to another xml format using a XSLT. While processing I am getting following error

java.lang.StackOverflowError
at org.apache.xpath.objects.XString.equals(XString.java:336)
at org.apache.xpath.objects.XString.equals(XString.java:337

When I looked for a solution, I found a Patch for this error

I do not know I can I apply this patch so that the error will go away.Is that an issue with Xalan.jar version?

Would someone please help me.

1 Answer 1

2

It can be issue of xalan library.What you need to do is either download the latest version or source code of xalan and build all over again.Still the same issue exists, copy those lines mentioned in the patch file in WalkerFactory.java and build jar file again.

Sign up to request clarification or add additional context in comments.

1 Comment

Its worked when I took latest version of xalan.jar i.e. 2.7.1

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.