|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
output elements and text()
xml:
<addressBook> <address> <firstName>John</firstName> <surname>Smith</surname> <email>smithj@world.org</email> </address> </addressBook> xsl: <xsl:template match="/addressBook"> <!-- must use variable --> <xsl:variable name="output"> <!-- what do i put here? --> </xsl:variable> <xsl:value-of select="$output" /> </xsl:template> need this output: <address> <firstName>John</firstName> <surname>Smith</surname> <email>smithj@world.org</email> </address> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > output elements and text() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|