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

RE: The longest node in a node set

Subject: RE: The longest node in a node set
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 19 Jul 2002 10:48:46 +0100
xml longest element
To add to Jeni's reply:

In XPath 2.0, the way you do this is:

  max(for $n in $nodeset return string-length($n))

In Saxon 6.5.x, you can do it with an extension function:

  saxon:max($nodeset, saxon:expr('string-length(.)'))

(Both of these give you the length of the longest node, not the node
itself)

But for pure XSLT 1.0/XPath 1.0, Jeni has given you the answer.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Antonio Fiol Bonnin
> Sent: 18 July 2002 19:05
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  The longest node in a node set
> 
> 
> Hello,
> 
> I am trying to find an XPath expression that gives me the longest 
> element in a node set.
> 
> I know how to do that for an attribute. e.g //element[not(@attr &lt; 
> following-sibling::element/@attr)]
> 
> But how can I do that for the string-length(element).
> 
> I tried //element[not(string-length(.) &lt; 
> string-length(following-sibling::element))]
> 
> But this obviously does not work, because 
> following-sibling::element is 
> not an element or string, but a node-set.
> 
> Any ideas?
> 
> (I think this one is for Michael Kay... Am I wrong?)
> 
> Thank you very much.
> 
> 
> Antonio Fiol
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


 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.