generates the url for a posting’s hyperlink
works only within lb:loop_hyperlinks (which works only within lb:loop_postings) Uses the hyperlink’s description as link-title.
Usage
<lb:link_hyperlink> Some Content </lb:link_hyperlink>
Example
<lb:link_hyperlink>Google buys Microsoft</lb:link_hyperlink>
Return
<a href="http://yahoo-news.com/672384.htm" title="On Yahoo News you find some more information">Google buys Microsoft</a>
Attributes
none
Notice
It doesn’t make sense to put only static content between the link_permalink-tags. So you will have to put something like <lb:hyperlinkname /> there.
