Skip to content

Draft: Add ends-with function

Philippe Marguinaud requested to merge pmarguinaud/libxml2:moreFunctions into master

Hello,

I would like to add a few functions to xpath.c; I have started with "ends-with", similar to the already existing "starts-with" function. I have updated accordingly the test suite and the documentation (at least I think I did so). I would like to know whether it is OK to add new functions, and I have a few questions :

  • how do I update documentation (I have edited by hand several files, with similar contents)
  • how do I test the Python bindings (I do not think I have seen some Python tests)

Regards,

Philippe Marguinaud

Edited by Philippe Marguinaud

Merge request reports