|
Subject: Re: Formatted node to variable From: David Carlisle <davidc@xxxxxxxxx> Date: Mon, 9 Oct 2000 19:15:43 GMT |
<xsl:template match = "List"> <xsl:variable name="var"> <xsl:apply-templates select="ListItem"/> </xsl:variable> <xsl:value-of select="$var"/> </xsl:template> value-of gives the string value, ie strips out all the element markup. use xsl:copy-of instead. David XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Formatted node to variable, Hakan Pettersson | Thread | Using Extension functions, Allen Haws |
| Using Extension functions, Allen Haws | Date | RE: returning single result from ap, Sebastian Rahtz |
| Month |