Package: xpath

Macro with-variables

Lambda List

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

Arguments

  • bindings -- bindings in the form (QNAME VALUE). QNAMEs and VALUEs are evaluated

Return Value

the tresult of evaluating body

Details

Provides bindings for XPath variables

Variable bindings are used for evaluation of compiled XPath expressions. Bindings provided by this macro have dynamic scope.