|
Subject: [xsl] Use of separator From: "Georg Hohmann" <georg.hohmann@xxxxxxxxx> Date: Mon, 7 Aug 2006 18:22:15 +0200 |
i have some trouble understanding the separator-attribute of value-of. This is my template:
<xsl:template match="example">
<helloWorld>
<xsl:value-of select="element()/text()" separator=", "/>
</helloWorld>
</xsl:template>The element "example" contains several child-nodes with text. The
above expression gives the expected values but without the separator
("TextTextText"). But if i change the value-of expression to this...Now i wonder why the result of the first expression contains no separator while the other one does. Any explanations?
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Removing Duplicate Nodes, andrew welch | Thread | Re: [xsl] Use of separator, David Carlisle |
| Re: [xsl] Xpath and Ranges, David Carlisle | Date | Re: [xsl] Use of separator, David Carlisle |
| Month |