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

re: how to get string value of element node without ch

Subject: re: how to get string value of element node without children concatenated
From: "Piez Janet" <piez.j@xxxxxxxxxxx>
Date: Fri, 14 Mar 2003 16:58:19 -0500
janet piez
change:
<xsl:template match="finishes">
  <xsl:for-each select="finish">
    <th colspan="{count(descendant::hold)}">
      <xsl:value-of select="." />
    </th>
  </xsl:for-each>
</xsl:template>


to:
<xsl:template match="finishes">
 <xsl:for-each select="finish">
  <th colspan="{count(descendant::hold)}">
   <xsl:value-of select="text()" />
  </th>
 </xsl:for-each>
</xsl:template>

Best,
Janet Piez 


DISCLAIMER:
The information contained in this e-mail may be confidential and is intended solely for the use of the named addressee. Access, copying or re-use of the e-mail or any information contained therein by any other person is not authorized. If you are not the intended recipient please notify us immediately by returning the e-mail to the originator.

 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.