X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fulexer.ml;h=05ab4aec2eb0ce10b9f3a8a0c4c78f955d98092c;hb=2a7218fd2a985ed57732f9f7b9a0b62f4b2c83df;hp=bfff92e74a800d63084635ec0f52b725314a12db;hpb=4b52da1a20a4fe031930bb96d2ca46bec06dc529;p=SXSI%2Fxpathcomp.git diff --git a/src/ulexer.ml b/src/ulexer.ml index bfff92e..05ab4ae 100644 --- a/src/ulexer.ml +++ b/src/ulexer.ml @@ -186,7 +186,7 @@ let parse_char lexbuf base i = let rec token = lexer | [' ' '\t'] -> token lexbuf - | "and" | "not" | "or" | "text" | "node" + | "and" | "not" | "or" (* | "text" | "node" *) | "self" | "descendant" | "child" | "descendant-or-self" | "attribute" | "following-sibling" | "preceding-sibling" | "parent" | "ancestor" | "ancestor-or-self" | "preceding" | "following"