Hi. I am using the latest docx4j-ImportXHTML-3.3.4.jar and docx4j-3.3.4.jar and having a problem converting href links to word.
This one works fine: <div><p><span class="wikiexternallink"><a href="http://www.google.com/ target="_blank"">TestLink</a></span></p></div>
However, if I don't manually add the trailing "/" to the google url, "The file is corrupt and cannot be opened" from Word document.
My work around can be to programatically add the "/", but wondering if there is a better way or a patch out there for this issue.
Thanks!
Lauren