|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
hyperlinking for each node() using xsl:value + .xml extention of exsisting file
Ok, the subject is pretty messy, i know.
I am trying to loop through all instances of a tag and hyperlink the string in the table cell with the matching .xml file in the directory. so if string 'radostan' appears in the table cell and there is a file called 'radostan.xml' a hyperlink appears for this instance. Does anyone know what the <a href=" ></a> should be? Thanks in advance radostan |
|
#2
|
||||
|
||||
|
Can we see the relevant portion of your XML file and the XSL you're trying?
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
|
#3
|
|||
|
|||
|
figured it out
the code is the following. <a class="sub_nav_links"><xsl:attribute name="href"><xsl:value-of select="node()"/>.xml</xsl:attribute><xsl:value-of select="node()"/></a> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > hyperlinking for each node() using xsl:value + .xml extention of exsisting file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|