|
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[.>=../../includedValues/range/start][.<=../../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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Qualified Attrib Value, Jarno . Elovirta | Thread | Re: [xsl] XSL-parsing problem, Jeni Tennison |
| Re: [xsl] Qualified Attrib Value, Jeni Tennison | Date | RE: [xsl] Qualified Attrib Value, Steven Livingstone |
| Month |