Hi,
In a file with a structure like
<l> <d> <f>a</f> <f>b</f> <f>c</f> </d> <d> <f>a</f> <f>b</f> <f>c</f> </d> </l>
If I type doc($b)//f[1]/following::f the processor gets out of main memory, even though the file is about 2.2MB and the structure is simply the one showed above (many sibling d elements)
Any idea why? Thanks
Joseph