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]

counting nodes based on text within


Hi there, can you help me?
I have a piece of xml like this. I want to convert it to al list (table) of
date, email adresses and choice. That I can do, that's easy.
Now I want to start of the page with a summary like:

number of people choose "item a" is 2
number of people choose "item b" is 1

The number of choices is limited to 5. I'm willing to duplicate a piece of
code 5 times :-) But a generic solution will surely be nicer...

Thanks!

<thexml>
  <line date="10-22-2001,11:32:01">
        <Email>h.j.p.nouwens@citg.tudelft.nl</Email>
        <choice>item a</choice>
  </line>
  <line date="10-22-2001,11:33:04">
        <Email>h.j.p.nouwens@citg.tudelft.nl</Email>
        <choice>item b</choice>
  </line>
  <line date="10-22-2001,11:36:26">
        <Email>J.Jansen@citg.tudelft.nl</Email>
        <choice>item a</choice>
  </line>
</thexml>

Hans Nouwens

Coordinator informatieDiensten
I&A Contactpersoon afdeling TA
.OU=i&a.OU=CiTG.O=TUDelft.C=NL
telefoonnr.(+31)(0)15-27.87454

 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]