bug#58517: Bug: Module for SXPath not Documented
"Frederick M. Muriithi" via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <btaVANnfXsR58KLYdGCh4gf7fBG5aZtffezTv9yJyeAPZmtHbDURIXELuw7b5VBIBc3k0oOUrDI-oUfL5aA55zd5OYL3pvxq-MlBsIPepbI=@protonmail.com> |
The module that provides the interface to SXPath was not clearly documented in the manual. I have provided a patch that does that to help future readers. Muriithi Frederick Muriuki https://fredmanglis.me.ke PGP Key Fingerprint: F370 F409 854B 90E3 52F3 AB01 362B 0BB8 B81D 5A42
0001-Document-the-module-containing-the-SXPath-interface.patch
(text/x-patch, 868 B)
From b77236cebea0b93211c2b082361ac44d5f80cc57 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi <[email protected]> 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