Path to this page:
Subject: CVS commit: pkgsrc/textproc/p5-XML-AutoWriter
From: Johnny C. Lam
Date: 2006-05-02 03:00:19
Message id: 20060502010019.2CAE72DA27@cvs.netbsd.org
Log Message:
Initial import of XML::AutoWriter-0.39 as textproc/p5-XML-AutoWriter.
XML::ValidWriter is a drop-in replacement for XML::Writer that uses
the DTD contained in an XML::Doctype to enable compile- and run-time
checks of XML output validity. It also provides methods and functions
named after the elements mentioned in the DTD.
XML::AutoWriter is a subclass of XML::ValidWriter that provides
automatic start and end tag generation, allowing you to emit only the
"important" tags.
Files: