aboutsummaryrefslogtreecommitdiff
path: root/module/sxml/namespace.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/sxml/namespace.scm')
-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)