aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/guile/sxml.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-18 19:24:52 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-18 19:24:52 +0200
commit0edeea71ac64d86cba0bce5ecc58f2e54521d85b (patch)
treedfb31fadb40cdbb147fa0c73a2a5b8d00fee6f64 /doc/ref/guile/sxml.texi
parentMove code for finding an available socket. (diff)
downloadcalp-0edeea71ac64d86cba0bce5ecc58f2e54521d85b.tar.gz
calp-0edeea71ac64d86cba0bce5ecc58f2e54521d85b.tar.xz
Allow namespaced sxml to add namespaces.
Diffstat (limited to 'doc/ref/guile/sxml.texi')
-rw-r--r--doc/ref/guile/sxml.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ref/guile/sxml.texi b/doc/ref/guile/sxml.texi
index 8b0246f7..dd635b4c 100644
--- a/doc/ref/guile/sxml.texi
+++ b/doc/ref/guile/sxml.texi
@@ -50,6 +50,9 @@ Reads xml from port, and return a namespaced SXML tree.
Converts a ``regular'' SXML tree into a namespaced sxml tree.
@var{namespaces} must be an association list which maps each prefix
used in @var{tree} onto a full XML namespace.
+
+The key @code{#f} can be used to map non-namespaced elements into a
+namespace.
@end defun
@defun xml tag