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

Re: length of string from a set of nodes.

Subject: Re: length of string from a set of nodes.
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Fri, 27 Mar 2009 18:55:43 +0100
Re:  length of string from a set of nodes.
Fred Christian wrote:
I was able to get this to work, but while reading about it, I see all these little tips and recommendations regarding being efficient and not creating nodes when you only need strings.

In this code my goal was meet of deciding if the length of all the text concatenated together is greater than 30.
<xsl:variable name="strings" as="xs:string"><xsl:value-of select="answers"/></xsl:variable>

Couldn't you simply do
<xsl:variable name="strings" as="xs:string" select="string-join(answers, ' ')"/>
?


<xsl:variable name="slen" as="xs:integer"><xsl:sequence select="string-length($strings)"/></xsl:variable>

That could certainly be done as
<xsl:variable name="slen" as="xs:integer" select="string-length($strings)"/>



--


	Martin Honnen
	http://JavaScript.FAQTs.com/

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.