[xsl] XSL-parsing problem

Subject: [xsl] XSL-parsing problem
From: Niko Luojumäki <niko.luojumaki@xxxxxxxxxx>
Date: Tue, 20 Aug 2002 15:04:21 +0300
Hi,

I have following XML-structure:
  <includedValues>
    <range>
      <start>0</start>
      <end>2</end>
    </range>
    <range>
      <start>5</start>
      <end>10</end>
    </range>
    <range>
      <start>15</start>
      <end>30</end>
    </range>
  </includedValues>
  <answers>
    <answer>2</answer>
    <answer>2</answer>
    <answer>3</answer>
    <answer>6</answer>
  </answers>
Included values tells what answers are accepted. In this case answers 2 and
6 are accepted, but 3 is ignored. I would like to count accepted values to
the web page with xsl. Can anyone tell me how to do that?

I think I could do that by myself if there was only one range (something
like
"count(answers/answer[.&gt;=../../includedValues/range/start][.&lt;=../../in
cludedValues/range/end])" might do it...) , but document has 0-n ranges.

Yours,
Niko Luojumaki


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


Current Thread