Hello,
I have an html link in a word doc that points to (http://www.docx4java.org).
Using the following code,
WordprocessingMLPackage wordMLPackage;
wordMLPackage.getMainDocumentPart().getXML();
this xml is generated below. I can use xslt to read the hyperlink and its style, but I don't see the URL for the target. How do I get that? Somehow Docx4J.toHTML finds the target, but I don't see where it is getting it from.
<w:document mc:Ignorable="w14 wp14" ...