|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am new with sml/xslt and need to know how to (1) add href links from data stored in an xml element, and (2) include an image from a local directory.
Any help is much appreciated! |
|
#2
|
|||
|
|||
|
image and hyperlink
<img src="imagename.gif"/>
<br/> <a href="{//url}"><xsl:value-of select="//url"/></a> ================================== url is the ur tag name from which u want to get value like this in xml <url>www.yahoo.co.uk</url> thank u niha |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > hyperlinks and images in xml/xslt |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|