|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] XSL-parsing problem
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








