This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re:


Hi Bodrul,

What you want is:

<xsl:value-of select="/Root/element[not(/Root/element/@length &gt; @length)]/@length"/>

Best Regards,

Mike


From: Bodrul Haque <Bodrul.Haque@Synergy-Logistics.co.uk>
Reply-To: xsl-list@lists.mulberrytech.com
To: "'xsl-list@lists.mulberrytech.com'" <xsl-list@lists.mulberrytech.com>
Date: Tue, 18 Jun 2002 15:22:48 +0100

Hi List,

Can someone please tell me how I can select the largest attribute value from
the following xml file, without doing

<xsl:value-of select="Root/element[@length="14"]/@length" />.

(I don't want to use a hard coded value in the predicate). Is there an Xpath
that i can use.
Xml file:
<Root>
<element length="3" />
<element length="14" />
<element length="1" />
<element length="6" />
.....
</Root>

I'm using MSXML3.

Thanks in Advance

Bodrul


---------------------------------------------------------------------------

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.
Any views or opinions presented in this Email message are solely those
of the author and do not necessarily represent those of Synergy
Logistics Limited unless specifically stated.
Email communications are not necessarily secure and therefore
Synergy Logistics Limited does not accept legal responsibility for the
contents of this message.
If you are not the intended recipient and have received this message in
error, Please notify Synergy Logistics Limited immediately.

Synergy Logistics Ltd. 01509 232706

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


_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]