;; This exists just to avoid the namespace pollution you'd get when exporting ;; the full context-xpath file. (module context-sxpath (sxpath-with-context txpath-with-context) (import chicken scheme) (use context-sxpath-lolevel) (define txpath-with-context draft:xpath) (define sxpath-with-context draft:sxpath))