I defined the following HTML element within one row of my dashboard (which is called with the GET parameter '?tsmserver=TSM512'):
<html>
<h2>Other Server Information</h2>
<ul>
<li><h3><a href="DR-9-1?tsmserver=$tsmserver$">$tsmserver$ Data Stats</a></h3></li>
</ul>
</html>
However only the second occurrence of the $tsmserver$ token gets substituted with "TSM512" while the first one (the one within the href attribute) does not, therefore making the link unusable. Is this a bug or is this done on purpose? In case it is done on purpose, how can I put a link (containing a URL variable) within an html element in simple XML?
Thank you very much for your help,
Dan