Initial import of ruby18-xslt-0.9.5 as textproc/ruby-xslt.
[pkgsrc.git] / textproc / p5-XML-AutoWriter / DESCR
1 XML::ValidWriter is a drop-in replacement for XML::Writer that uses
2 the DTD contained in an XML::Doctype to enable compile- and run-time
3 checks of XML output validity.  It also provides methods and functions
4 named after the elements mentioned in the DTD.
5
6 XML::AutoWriter is a subclass of XML::ValidWriter that provides
7 automatic start and end tag generation, allowing you to emit only the
8 "important" tags.