Hi,
i started using docxj4 for some project and worked out very well.
Now i got some problem with finding certain placeholder in a document and replacing them.
This might be rather related to JAXB and Xpath but maybe someone can help.
I got some placeholder looking like this {PLACEHOLDER1}, {PLACEHOLDER2}, ... in a predefined document.
When trying to find and replace the placeholder can find all except the first one.
I tried to copy ...