aboutsummaryrefslogtreecommitdiff
path: root/module/sxml
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-16 15:02:42 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-16 15:02:42 +0200
commitba392c218664937dbd07411a38cbbc4e6f0c69b3 (patch)
tree341166beba5b75ffb3b8240fc3c349b2ced111e3 /module/sxml
parentfixup! 9b28572 (diff)
downloadcalp-ba392c218664937dbd07411a38cbbc4e6f0c69b3.tar.gz
calp-ba392c218664937dbd07411a38cbbc4e6f0c69b3.tar.xz
Add number of clearifying comments + minor cleanup.
Diffstat (limited to 'module/sxml')
-rw-r--r--module/sxml/namespace.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/sxml/namespace.scm b/module/sxml/namespace.scm
index 144d1905..b29de017 100644
--- a/module/sxml/namespace.scm
+++ b/module/sxml/namespace.scm
@@ -1,3 +1,9 @@
+;;; Commentary:
+;;; Module for changing the namespace prefix in sxml symbols.
+;;; TODO consider removing this module in favour of (sxml namespaced).
+;;; This is a hack, that one works correctly
+;;; Code:
+
(define-module (sxml namespace)
:use-module (hnh util)
:use-module (sxml transform)