Compilation of the axis part of an XPath expression.
[tatoo.git] / src / test.ml
index e854f44..f62e68d 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-02-07 10:25:30 CET by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-02-11 22:41:35 CET by Kim Nguyen>
 *)
 
 (** use: xml_file "XPath querie"
@@ -24,6 +24,8 @@
 
 module F = Auto.Formula
 module A = Auto.Ata
+module X = Xpath.Compile
+
 (* to force ocaml build to add Formula to the dependency chain even if
    we don't use it yet*)