From b77236cebea0b93211c2b082361ac44d5f80cc57 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 14 Oct 2022 16:21:56 +0300 Subject: [PATCH] Document the module containing the SXPath interface * doc/ref/sxml.texi: add paragraph. --- doc/ref/sxml.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi index 003309d54..6576e2651 100644 --- a/doc/ref/sxml.texi +++ b/doc/ref/sxml.texi @@ -755,6 +755,8 @@ converter, applied to a node or a nodeset, yields a non-empty nodeset, the converter-predicate is deemed satisfied. Likewise, an empty nodeset is equivalent to @code{#f} in denoting failure. +The @code{(sxml xpath)} module provides the interface for handling SXPath. + @deffn {Scheme Procedure} nodeset? x Return @code{#t} if @var{x} is a nodeset. @end deffn -- 2.37.2