From ad1dd645389d6b30b95dae4a7d6967afc4c98867 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 18 Feb 2013 06:03:27 +0000 Subject: xmlgen is a TCL package to write XML documents in Tcl. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This XML code is expressed by TCL code, which is translated. Every tag is made into a markup command which takes attributes and the element's content as parameters and then prints the XML tagged content. Of course, the content again can contain markup commands. WWW: http://tclxml.sourceforge.net/ PR: ports/175391 Submitted by: Sébastien Santoro --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index 8e32f4103972..ee5a1bc47202 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1504,6 +1504,7 @@ SUBDIR += xmldiff SUBDIR += xmlenc SUBDIR += xmlformat + SUBDIR += xmlgen SUBDIR += xmlindent SUBDIR += xmlppm SUBDIR += xmlprpr -- cgit v1.2.3