Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2000-10-10 23:01:31
    Hash : e8282edd
    Message : More work toward 2.2.5, integrated a number of patches - configure.in Makefile.am win32config.h.in: trying to cleanup make distcheck .... huh ... - include/Makefile.am include/win32config.h: new directory for includes - win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp updated teh makefiles and instructions for WIN32 - xpath.c: small fixes - test/XPath/ results/XPath: updated the testcases and results - HTMLparser.c nanohttp.c testXPath.c: incorporated provided or suggested patches - valid.c: fixed an ID bug Daniel

  • test/XPath/tests/chaptersprefol
  • /following::*
    /preceding::*
    /child::EXAMPLE/preceding::*
    /child::EXAMPLE/following::*
    /child::EXAMPLE/child::chapter[3]/preceding::*
    /child::EXAMPLE/child::chapter[3]/following::*
    /child::EXAMPLE/child::chapter[1]/image/preceding::*
    /child::EXAMPLE/child::chapter[1]/image/following::*