Menu

#746 Adjustment of example at Guidelines 16.2.5

AMBER
closed-fixed
nobody
None
5(default)
2015-05-29
2015-03-25
No

The example given at 16.2.5 has a @replacementPattern value that will lead to the wrong results in many cases because many modern editions of the New Testament have suppressed verses (deprecated spurious verses), so the label and the position of a leaf div are not always equivalent. Thus I think that...

#xpath(//div[@n='$1']/div[$2]/div[$3])

...vel sim should read...

#xpath(//div[@n='$1']/div[@n='$2']/div[@n='$3'])

Discussion

  • James Cummings

    James Cummings - 2015-05-29

    Assigning to LB at Ann Arbor 2015 f2f; Accepted. Green - implement correction.

     
  • James Cummings

    James Cummings - 2015-05-29
    • assigned_to: Lou Burnard
    • Group: AMBER --> GREEN
     
  • Lou Burnard

    Lou Burnard - 2015-05-29

    I agree. Example fixed.

     
  • Lou Burnard

    Lou Burnard - 2015-05-29
    • status: open --> closed-fixed
    • assigned_to: Lou Burnard --> nobody
    • Group: GREEN --> AMBER