Jesse Alama <jesse@serverracket.com>
Gillette is an implementation of XPath 3.1 for Racket. Evalute arbitrary XPath 3.1 expressions for XML and JSON documents.
Gillette suffers from some known deficiencies that you may bump into.
Gillete builds on Racket’s built-in xml library. That library does not support XML namespaces; Gillette inherits that lack of support. XML documents or XPath expressions that make use of namespaces probably won’t be handled correctly.