Hi Jason,
today I've got a really strange problem with docx4j, I hope you can help us...
Situation:
We have a document and inside this document some customXML elements which make our application to load some other documents under some conditions. The documents are stored at a server (fHost in the code). The application works fine as long as we are not trying to load 2 or more of this extra documents.
The code that ...