mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
9 lines
408 B
Plaintext
9 lines
408 B
Plaintext
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.
|