Revision history for Perl extension XML::Writer.
0.4 Tue Apr 4 21:59:51 EDT 2000
- added support for a simple data mode (off by default), with
no mixed content and automatic whitespace and indenting
- added get/setDataMode and get/setDataIndent methods
- added DATA_MODE and DATA_INDENT parameters to constructor
- added dataElement method for simple case (character data
content only)
0.3 Thu Dec 9 12:49:28 EST 1999
- fixed frequently-reported attribute-list bug
- changed xmlDecl() so that first argument is the encoding
- added 'use IO;' to avoid errors
- documented the doctype() method
0.2
- added Namespace support (XML::Writer::Namespaces subclass
and NAMESPACES constructor parameter)
- added PREFIX_MAP constructor parameter, and
add/removePrefix() methods for Namespace support
- added getOutput() and setOutput() methods
- added new query methods in_element(), within_element(),
current_element(), and ancestor()
- changed constructor to use parameterized arguments
- added constructor option to insert newlines in tags
- element name is now optional in endTag() method
- fixed test.pl to work on Mac, and added new test
- added more examples in documentation
- require at least Perl 5.004
0.1 Mon Apr 19 12:27:36 1999
- original version; created by h2xs 1.19