Some important changes: --------Xidel 0.9.9 -------- (under development) - support 99.6% of XPath/XQuery 3.1, for example ? operator, => operator, map:/array: functions, string constructor - support some XPath 4.0 syntax, that is: extended ? operator, -> operator, otherwise operator, for member, functions: some, all, identity, characters, replicate, map:filter, index-where, is-NaN - --json-mode option to switch between XPath 3.1 or JSONiq syntax for JSON processing, or (default) a mix of both - New extension functions: * x:request-decode to parse the parameters of a HTTP request * inner-text to get the visible text from a HTML page (no full CSS support) * matched-text for use in pattern matching (this replaces the text() function. stop using text() in patterns. text() is now deprecated and will be replaced by the standard ./text() kind test) * new behaviour for form() when building an HTTP request to submit a HTML