xsl-list
[Top] [All Lists]

Re: determine if atleast one element equal to a particular value

2005-09-08 15:57:08

Is there any way in xsl to determine if atleast one of
the fieldvalue of metadata with fieldid=5 is 1
i.e.
<xsl:if test="any(metadata[(_at_)fieldid=5]/fieldvalue) =
1">
</xsl:if>

just delete "any" from your exampleand it does what you want.
well it just selects metadata children if you need all metadata any
depth with that property you want //metadata[(_at_)field=5]/fieldvalue=1

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>