Wei-Chin Hsieh wrote: > Hello, > > I tried the following query and got results even the actual number of count > is 1. > /someelement[2 < count(somechildelement) < 5] > But the following works correctly. > /someelement[count(somechildelement) > 2 and count(somechildelement) < 5] > > My question is does XPath allow range search expression like the first case? > Thanks in advance.
Not to my knowledge, no. > Wei-Chin Hsieh >