Changes for version 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
Modules
Perl extension for writing XML documents.
Provides
in Writer.pm