<p>Hi,</p>
<p> </p>
<p>I have an XML dataset with values in the following format:<br><br>
name value <br>
|
|<br>
ip | 192.168.1.17 |<br>
port | 8080 |<br>
suburl | report1 |<br><br>
Now I have to put an generate an hyperlink, with a combination of the data.<br>
For example: <a data-ipb='nomediaparse' href='
http://192.168.1.17:8080/birt/run?__report=test.rptdesign'>http://192.168.1.17:8080/birt/run?__report=test.rptdesign</a></p>
<p> </p>
<p>How to go about this. Please point me in the right direction.</p>