[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: concat selected text nodes

Subject: RE: concat selected text nodes
From: "Clapham, Paul" <pclapham@xxxxxxxxxxxxx>
Date: Fri, 20 Apr 2001 10:28:40 -0700
concat xsl
When you say "concatenate" them, do you mean you want them contiguous in the
output with no newlines intervening, like this?

|This is a||new|| sentance.|

If so, then all you have to do is not put in those newlines.  At present
what you see as "|" is actually a text node in your stylesheet that consists
of a newline character plus a bunch of spaces plus a | character.  Try using
this line instead:

  <xsl:text>|<xsl:text/><xsl:value-of select="."/>|<br/>

PC2

-----Original Message-----
From: Steve Renshaw [mailto:renshaw_steve@xxxxxxxxxxx]
Sent: April 20, 2001 09:56
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  concat selected text nodes


David, your code just returns "This is a" - nothing mroe. You
code and my best effort is blw;

<xsl:template match="item">
  <xsl:variable name="x">
     <xsl:value-of select="text()|ver[@id=$ver]"/>
  </xsl:variable>
<xsl:value-of select="$x"/><br/><br/>

  <xsl:for-each select="//text()[parent::*/@id='1' or not(parent::*/@id)]">
  |<xsl:value-of select="."/>|<br/>
  </xsl:for-each>
</xsl:template>

XML:
<item>This is a<ver id="0">n old</ver> <ver id="1">new</ver> 
sentance.</item>

Produces:
This is a    <- David

|This is a|  <-
|new|        <- my best so far
| sentance.| <-

How can I concatenate my three pieces?

"This is a new sentance."

Having trouble doing it with string() which should concat.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.