From ba392c218664937dbd07411a38cbbc4e6f0c69b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 16 Oct 2023 15:02:42 +0200 Subject: Add number of clearifying comments + minor cleanup. --- module/sxml/namespace.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'module/sxml') 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) -- cgit v1.2.3