Edit

kc3-lang/libxml2/test/XPath/tests/simpleabbr

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2001-04-05 16:54:14
    Hash : d8df6c0e
    Message : Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported - Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported - test/XPath/tests/simpleaddr: extended test - result/XPath/simpleaddr: updated result Daniel

  • test/XPath/tests/simpleabbr
  • /EXAMPLE
    /EXAMPLE/head
    /EXAMPLE/chapter[1]
    //p
    //chapter/image
    //p/text()
    //p/text()[position()=1]
    //p/text()[position()=last()]
    (//p/text())[position()=1]
    (//p/text())[position()=last()]