fixing fresh checkout check
[xpath20.git] / README
blob5a4ea156413030acb1a7b76c60868cea6bc9a696
2 to run: 
3 java -classpath build/src:build/gen/:lib/sablecc-anttask.jar:lib/sablecc.jar:lib/AntelopeTasks_3.2.19.jar xpath.XPath20
7 KNOWN ISSUES
9 for $a in fn:distinct-values(book/author)                               Error: [1,22] expecting: 'return'       >> dash not recognised
10         return (book/author[. = $a][1], book[author = $a]/title)
12 if ($widget1/unit-cost < $widget2/unit-cost)                    Error: [1,12] expecting: ',', ')'       >> 1 in widget1 not recognised 
13         then $widget1 
14         else $widget2                   
16 if ($x castable as hatsize) 
17         then $x cast as hatsize                                 Error: [2,24] expecting: 'else'         >> expecting else 
19 can't use key wods like 'parent' or 'ancestor' in tag names.