Hi Joseph,
There are only rare occassions in which the following axis makes sense. Do you know what it does? Which result would you expect for the given document?
Christian
On Fri, Mar 3, 2017 at 3:50 PM, meumapple meumapple@gmail.com wrote:
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