[m-rev.] For review: Add term_to_xml to news on website

Ian MacLarty maclarty at cs.mu.OZ.AU
Thu Dec 9 18:15:24 AEDT 2004


For review by anyone.

Estimated hours taken: 0.2
Branches: main

Mention new term_to_xml module in news on the website.

news/newsdb.inc
	Mention term_to_xml module.

Index: news/newsdb.inc
===================================================================
RCS file: /home/mercury1/repository/w3/news/newsdb.inc,v
retrieving revision 1.79
diff -u -r1.79 newsdb.inc
--- news/newsdb.inc	20 Oct 2004 03:40:13 -0000	1.79
+++ news/newsdb.inc	9 Dec 2004 06:57:09 -0000
@@ -22,6 +22,16 @@
 
 $newsdb = array(
 
+"09 December 2004" => array("New Standard Library to Convert Mercury Terms
+to XML Documents",
+
+"A new module `term_to_xml' has been added to the standard library.  The
+module contains predicates to write arbitrary Mercury terms to an output
+stream as XML.  Automatic generation of DTDs for Mercury types is also 
+supported.  Once a Mercury term is in XML it can be converted to many other
+formats such as HTML or XUL using an appropriate stylesheet."
+),
+
 "19 October 2004" => array("Shared Library Support for Mac OS X",
 
 "Shared Mercury libraries now work on Mac OS X.  The standard Mercury libraries
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list