after furter investigation I found the
following
the reason for the change (1.8 to 1.9) was the
following xpath
count(/PLAY/ACT/SCENE[1]) should be 5 and not
1.
However, the fix for this problem (made by xcut) is
incorrect.
The problem is the use of the unique map to filter
out identical nodes but /PLAY/ACT/SCENE produces several SCENE nodes. Only
adding the first one leads to the bug that count only finds 1 instead of
5.
I've removed the unique map (any objections? why
was it used in the first place?) and checked it in. All test pass including
count(/PLAY/ACT/SCENE[1])
Eddie
|
- [Jaxen] DefaultLcationPath Eddie Mc Greal
- Re: [Jaxen] DefaultLcationPath Eddie Mc Greal
- Re: [Jaxen] DefaultLcationPath bob mcwhirter
- Re: [Jaxen] DefaultLcationPath Eddie Mc Greal
- Re: [Jaxen] DefaultLcationPath bob mcwhirter
- Re: [Jaxen] DefaultLcationPath Eddie Mc Greal
- Re: [Jaxen] DefaultLcationPath bob mcwhirter
- Re: [Jaxen] DefaultLcationPat... Eddie Mc Greal
- Re: [Jaxen] DefaultLcationPat... bob mcwhirter
- Re: [Jaxen] DefaultLcationPath Eddie Mc Greal