How to transform html anchor <a> to WordML
- by Monomachus
Hi,
I need to transform an anchor tag to WordML without using relationships. Is it possible?
I found the w: anchor property but seems it refers only to internal document anchors and not to links or URLs.
<w:hyperlink w:anchor="chapter3">
<w:r>
<w:t>Go to Chapter Three</w:t>
</w:r>
</w:hyperlink>
So it would be great if something similar would be possible to do without making an Id in relationship document and than referring this id from w:hyperlink.
Anyone knows something like that?