web analytics

How to create hyperlink using XSLT?

Options

codeling 1595 - 6639
@2019-06-21 11:17:12

The formatting object <fo:basic-link> can be used to create a hyperlink in PDF document. 

 <fo:basic-link external-destination="http://xxx.xxx.xxx">
     <fo:inline text-decoration="underline">here</fo:inline>
 </fo:basic-link>

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com