how to pass a link from xml file to xslt



I have a short question. I have a link.xml file which contains a link location like:



<xml>
<property name="link" value="http://ift.tt/1mmDTjL">
</xml>


or it could be like:



<xml>
<link>http://ift.tt/1mmDTjR;
</xml>


and i need to pass it to xslt whick contains a href tag:



<td>
<a href=" link " target="_blank"> somethinggood </a>
</td>


How can i pass that link from my xml file to xsl file?


Thank you for Your answers


No comments:

Post a Comment