|
Subject: [xsl] Variable select="concat()" not loading variable. From: "Simon Kelly" <kelly@xxxxxxxxxx> Date: Thu, 24 Apr 2003 10:21:03 +0200 |
Hi all,
I am trying to concatinate a collection of text() strings (see xsl below)
however the variable (timestamps) is not being filled with any data. Could
someone tell me why? The total number of timestamps to be concatinated is
10,000.
Kind regards
Simon
[code]
<!--
<xsl:for-each select="ROW/TIMESTAMP">
<xsl:if test="position() = 1">
<xsl:element name="starttime"><xsl:value-of select="."
/></xsl:element>
</xsl:if>
<xsl:if test="position() = last()">
<xsl:element name="endtime"><xsl:value-of select="."
/></xsl:element>
</xsl:if>
<xsl:variable name="timestamps" select="concat($timestamps, ./text())"
/>
<xsl:if test="position() != last()">
<xsl:variable name="timestamps" select="concat($timestamps, $delim)"
/>
</xsl:if>
</xsl:for-each>
-->
"Make it idiot proof, and someone
will make a better idiot" - Anon
Institut fuer
Prozessdatenverarbeitung
und Elektronik,
Forschungszentrum Karlsruhe GmbH,
Postfach 3640,
D-76021 Karlsruhe,
Germany.
Tel: (+49)/7247 82-4042
E-mail : kelly@xxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: AW: [xsl] two nodes (or attribu, Jarkko . Moilanen | Thread | RE: [xsl] Variable select="concat(), Michael Kay |
| AW: [xsl] two nodes (or attributes), Zink, Juergen | Date | RE: [xsl] Variable select="concat(), Sundar Shanmugasunda |
| Month |