Adding Hyperlink (URL) to XML Publisher
We the column name is " CF_COURIER_URL" which
contains the active url.
Create a form field in RTF for CF_COURIER_URL
Edit the form field and use the below command
<?if@inlines:
CF_COURIER_URL!='N/A'?><fo:basic-link
external-destination="{.//CF_COURIER_URL}" color="blue"
text-decoration="underline">External Url</fo:basic-link><?end
if?>
Output:
Comments
Post a Comment