I am using the DITA Open Toolkit to transform XML content to have different tag names. But one of my XML documents is not transforming...
BUILD FAILED
C:\DITA-OT\build.xml:55: The following error occurred while executing this line:
C:\DITA-OT\build.xml:86: The following error occurred while executing this line:
java.lang.StackOverflowError
This error happens before processing is finished. So only the first 3/4 transforms. If I remove 1/4 of the content, the transform is able to finish. (I can remove any part, the more I remove the further in the document the transform gets so I do not think its invalid tags or anything like that).
Do I need to update my configuration to allow more resources to the Java process?
Or does anyone have any ideas of how to start troubleshooting this?
Thanks!