Tomas Volf
46a0ee7779
Fix typos in comments.
...
* module/sxml/xpath.scm: Fix typo in a comment.
* module/sxml/upstream/SXPath-old.scm: Same.
* doc/ref/sxml.texi (SXPath): Reflect in the documentation.
* doc/ref/texinfo.texi (string-utils): Fix same typo.
* module/texinfo/string-utils.scm (expand-tabs): Same.
Fixes <https://bugs.gnu.org/76621 >.
Edited by lloda <lloda@sarc.name>.
2025-02-28 09:58:29 +01:00
Ekaitz Zarraga
c9d0a0c48c
doc: Add explanation on how to avoid escaping in SXML
...
* doc/ref/sxml.texi (Reading and Writing XML): Add explanation on using
a procedure to avoid escaping.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-12-22 22:46:11 +01:00
Ekaitz Zarraga
d987e7e7cb
doc: Fix typo in SXML section.
...
* doc/ref/sxml.texi (Reading and Writing XML): Remove "."
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-12-22 22:45:59 +01:00
Richard Sent
8535682dda
doc: Mention how to remove namespaces in xml->sxml.
...
* doc/ref/sxml.texi (Reading and Writing XML): Document behavior of #f
namespace prefix.
This documents behavior discussed in
https://lists.gnu.org/archive/html/guile-user/2024-07/msg00013.html .
2024-07-23 08:23:43 +02:00
Fulbert
6c4738ee4c
doc: Clarify reference to (sxml transform) module.
...
* doc/ref/sxml.texi (7.21.4 Transforming SXML): Adds a mention to the
module to be imported for the procedures introduced in this section of
the documentation..
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-10-01 16:00:05 +02:00
Ludovic Courtès
136417990c
doc: Fix wrong @uref argument order.
...
* doc/ref/sxml.texi (SXML): Fix @uref argument order.
2021-09-20 17:00:19 +02:00
Jan Synacek
ab861be9b2
doc: Fix typos in the manual.
...
* doc/ref/api-control.texi:
* doc/ref/r6rs.texi:
* doc/ref/sxml.texi: Fix typos.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-27 22:41:00 +02:00
Andy Wingo
0aa0281979
Fix typo in fold-layout documentation
...
* doc/ref/sxml.texi (SXML Tree Fold): Fix minor typo. Fixes
https://bugs.gnu.org/26188 .
2017-04-19 15:56:47 +02:00
Ricardo Wurmus
e868fae658
doc: Do not gender the programmer.
...
* doc/ref/api-foreign.texi: Replace "his" with "their".
* doc/ref/sxml.texi: Likewise.
2016-07-25 11:44:52 +02:00
Ludovic Courtès
e8d3733521
doc: Fix menu order for SXML.
...
* doc/ref/sxml.texi (SXML): Add missing quotes in example.
Fix node order in menu.
2016-05-22 19:45:40 +02:00
Ricardo Wurmus
b6c1018d96
doc: Add SXPath documentation from sources
...
Fixes <http://bugs.gnu.org/19478 >.
* doc/ref/sxml.texi (SXPath): Add procedure documentation from sources.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-05-22 19:45:28 +02:00
Jason Earl
a4b4fbbdaa
excise use of "iff" in the manual
...
* doc/ref/api-compound.texi:
* doc/ref/api-control.texi:
* doc/ref/api-data.texi:
* doc/ref/api-macros.texi:
* doc/ref/api-modules.texi:
* doc/ref/api-procedures.texi:
* doc/ref/api-scheduling.texi:
* doc/ref/api-smobs.texi:
* doc/ref/api-undocumented.texi:
* doc/ref/api-utility.texi:
* doc/ref/compiler.texi:
* doc/ref/intro.texi:
* doc/ref/scheme-using.texi:
* doc/ref/sxml.texi:
* doc/ref/web.texi: Change uses of "iff" to "if, otherwise". Fixes bug
10302.
2013-03-10 22:29:18 +01:00
Andy Wingo
e10c250928
add #:doctype-handler to xml->sxml
...
* module/sxml/simple.scm (read-internal-doctype-as-string): New helper.
(xml->sxml): Add #:doctype-handler argument.
* doc/ref/sxml.texi (Reading and Writing XML): Document
#:doctype-handler. Fix some other examples, and fix the default value
of #:declare-namespaces?.
* test-suite/tests/sxml.simple.test: Add all tests from the manual
here.
2013-01-30 15:29:18 +01:00
Andy Wingo
a14b6e1825
xml->sxml argument can be a port or a string
...
* module/sxml/simple.scm (xml->sxml): Allow the optional arg to be a
port or a string.
* doc/ref/sxml.texi (Reading and Writing XML): Update docs.
2013-01-28 12:01:16 +01:00
Andy Wingo
1488753a66
make (sxml simple)'s xml->sxml more capable
...
* module/sxml/simple.scm (xml->sxml): Add #:namespaces,
#:declare-namespaces?, #:entities, #:default-entity-handler, and
#:trim-whitespace? arguments.
* doc/ref/sxml.texi (Reading and Writing XML): Document the new
options.
2013-01-28 11:54:11 +01:00
Andy Wingo
3e31e75a46
begin rewriting SXML docs
...
* doc/ref/sxml.texi (SXML): Reorder and begin rewriting. Fix formatting
throughout, provide a new introduction, and the beginning of proper
SSAX documentation.
* doc/ref/sxml-match.texi:
* doc/ref/texinfo.texi:
* doc/ref/web.texi: Update references to new node names.
2013-01-28 10:52:44 +01:00
Andy Wingo
58c4a39d98
an end to the generated-documentation experiment
...
* doc/ref/statprof.texi:
* doc/ref/sxml.texi:
* doc/ref/texinfo.texi: New files, containing the documentation that was
previously generated from source and rendered into
standard-library.texi. The documentation is still horrible, but at
least now it is user-editable.
2013-01-16 10:03:44 +01:00