The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension XML::Writer.

0.4.6 Tue Mar  2 16:54:04 GMT 2004    <joe@kafsemo.org>
	- test.pl: Revert to using a temporary file, rather than an
	  IO::String, for compatibility with older Perls

0.4.5 Mon Mar  1 14:46:47 GMT 2004    <joe@kafsemo.org>
	- added FORCED_NS_DECLS parameter, to declare namespaces ahead of use
	- fixed check for duplicate attributes
	- correctly take the default namespace from the supplied prefix map
	- no longer produce namespace declarations for the 'xml:' prefix
	- allow xml-stylesheet PIs
	- fixed warnings about uninitialised values
	- added a comprehensive suite of tests, using Test::More

0.4.2 Sun Feb 22 15:33:44 GMT 2004    ed@membled.com
        - added raw() to print raw, unescaped text
        - patch from srinithan adding cdata() and cdataElement() to
          write CDATA sections

0.4.1 Sat Oct 18 19:51:51 BST 2003    ed@membled.com
        - fixed deprecation warning from 'use IO'

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