Package: xpath

Macro with-namespaces

Lambda List

with-namespaces ((&rest bindings) &body body)

Arguments

  • bindings -- bindings in the form (PREFIX VALUE). PREFIXes and VALUEs are evaluated

Return Value

the tresult of evaluating body

Details

Provides namespace bindings for XPath compilation

Namespace bindings are used for compilation of XPath expressions. nil is equivalent of "" prefix. Bindings provided by this macro have dynamic scope.