aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/webdav.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-17 15:50:23 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-17 15:50:23 +0200
commitdcba0a55dfb99f28bb079b895b0d67a2b36602b3 (patch)
tree8adc06869fc95d3ce1b3521a7f5944f7e043529c /doc/ref/webdav.texi
parentMove sxml tests to own "namespace". (diff)
downloadcalp-dcba0a55dfb99f28bb079b895b0d67a2b36602b3.tar.gz
calp-dcba0a55dfb99f28bb079b895b0d67a2b36602b3.tar.xz
Document sxml namespaced utils.
Diffstat (limited to '')
-rw-r--r--doc/ref/webdav.texi9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/ref/webdav.texi b/doc/ref/webdav.texi
index cc361e71..a6593b93 100644
--- a/doc/ref/webdav.texi
+++ b/doc/ref/webdav.texi
@@ -282,15 +282,6 @@ used Guile's current encoding will be used.
@node WebDAV Utilities
@section Utilities
-@defun xml-element-hash-key xml-tag
-Given an xml tag object @ref{xml-tag}, return a suitable key for
-@code{hash-ref} and family.
-
-These key objects should preferably not be carried around for
-long. Prefer to keep the @emph{real} xml-tag object, and only call
-this while directly referencing the hash table.
-@end defun
-
@defun href->string href
HREF's are represented as lists of strings. The root resource (``/'')
is the empty list.