How to transform html anchor <a> to WordML

Posted by Monomachus on Stack Overflow See other posts from Stack Overflow or by Monomachus
Published on 2010-05-10T13:36:00Z Indexed on 2010/05/10 13:44 UTC
Read the original article Hit count: 226

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about wordml

Related posts about html