- Reorder the keys used to cache transitions
[tatoo.git] / src / tree / common.ml
index 099d751..76e6dc2 100644 (file)
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-03-11 00:11:53 CET by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-03-16 07:01:10 CET by Kim Nguyen>
 *)
 
 module NodeKind =
   struct
     type t =
-        Document | Element | Text | Comment | Attribute | ProcessingInstruction
+        Document | Element | Text |  Attribute | Comment | ProcessingInstruction
       | Node
 
     let to_string =