Re: XPATH queries and manipulation in guile?

2017-04-24 Thread Andy Wingo
On Sun 23 Apr 2017 19:10, Hartmut Goebel writes: > Yes, I've seen SXPath [4], but IMHO this usign this would *not* be a > good choice: It would require packages to learn yet another path > language, while when using XPath, the packagers could simply copy >

XPATH queries and manipulation in guile?

2017-04-23 Thread Hartmut Goebel
Hi, as far as I see it might be necessary to manipulate maven pom.xml files in many cases. Fedora provides macros like "pom_xpath_inject" or "%pom_remove_dep" for this [1, 2, 3]. Where can I find XPATH support for guile and some examples? Alternatively we could use Fedora's python-scripts [3]