Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking a hyperlink to a data element in an XML table

Status
Not open for further replies.
Inside the table you want to have a link right, so try this:
Code:
<td><a><xsl:attribute name=&quot;href&quot;><xsl:value-of select=&quot;//CITY/LINK&quot;/></xsl:attribute>Name of Link</a></td>
This would probably be inside of a for-each loop so it will run for all of your locations.

Hope this helps!
~Deeba
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top