8.16
Gillette—XPath for Racket🔗ℹ
Link to this document with
@other-doc['(lib "gillette/scribblings/gillette.scrbl")]
Link to this document with
@other-doc['(lib "gillette/scribblings/gillette.scrbl")]
Gillette is an implementation of XPath 3.1 for Racket. Evalute arbitrary XPath 3.1 expressions for XML and JSON documents.
1 Shortcomings and missing features🔗ℹ
Link to this section with
@secref["Shortcomings_and_missing_features"
#:doc '(lib "gillette/scribblings/gillette.scrbl")]
Link to this section with
@secref["Shortcomings_and_missing_features"
#:doc '(lib "gillette/scribblings/gillette.scrbl")]
Gillette suffers from some known deficiencies that you may bump into.
1.1 XML namespaces are not (really) supported🔗ℹ
Link to this section with
@secref["XML_namespaces_are_not__really__supported"
#:doc '(lib "gillette/scribblings/gillette.scrbl")]
Link to this section with
@secref["XML_namespaces_are_not__really__supported"
#:doc '(lib "gillette/scribblings/gillette.scrbl")]
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.