Move xml and xpath_helpers OCAML code to mllib

To allow other pieces of code to process XML files easily, move the
xml.ml* and xpath_helpers.ml* from v2v to mllib.
This commit is contained in:
Cédric Bosdonnat
2017-02-10 16:05:57 +01:00
committed by Richard W.M. Jones
parent c45ce1a7bb
commit 2fe2e17f7d
10 changed files with 61 additions and 64 deletions

View File

@@ -335,6 +335,7 @@ mllib/progress-c.c
mllib/statvfs-c.c
mllib/uri-c.c
mllib/visit-c.c
mllib/xml-c.c
ocaml/guestfs-c-actions.c
ocaml/guestfs-c-errnos.c
ocaml/guestfs-c.c
@@ -393,4 +394,3 @@ utils/qemu-boot/qemu-boot.c
utils/qemu-speed-test/qemu-speed-test.c
v2v/domainxml-c.c
v2v/utils-c.c
v2v/xml-c.c