|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
xml. mixing html and xsl
Frankly I was stunned by the lack of knowledge I hate when this problem manifested.
What I wanted to do is to make a link wich has a varriable from the xml file. In my code, which is wrong because "<" isn't allowed. I also tried to make a vraiable out of it and put the variable into the tag. <a href='main.aspx?nav=5&page=<xsl:value-of select="id" />'> <xsl:value-of select="name" /> </a> Hope I xplain it well and you could help me. |
|
#2
|
||||
|
||||
|
Code:
<a href='main.aspx?nav=5&page={id}'><xsl:value-of select="name" /></a>
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > xml. mixing html and xsl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|