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]

Re: count the number of occurrences of an element which satisfy some condition


At 02:59 21-06-2001, Jayaranga Subasinghe wrote:
>can any body give me a solution for the following problem?
>
>I want to count the number of occurrences of an element<keyword>,
>which 'xml:lang' attribute is 'en'.
>the xml file is as follows:
>         <KEYWORD xml:lang="en">Keyword 1</KEYWORD>
>         <KEYWORD xml:lang="en">Keyword 2</KEYWORD>
>         <KEYWORD xml:lang="no">Sokeord 1</KEYWORD>
>         <KEYWORD xml:lang="no">Sokeord 2</KEYWORD>
>         <KEYWORD xml:lang="no">Sokeord 3</KEYWORD>

Have you tried count(KEYWORD[lang("en")])?

-Chris
-- 
Christopher R. Maden, XML Consultant
DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training
<URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA


 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]