Changes for version 0.19 - 2005-10-16
- Allow namespace objects to be passed in to StartElementLiteral() and AddAttributeLiteral(). This makes it much easier to put things into the default namespace.
- Add a missing "static" declaration to some XS helper functions.
- Allow multiple different default namespaces inside XML::Genx::SAXWriter. Previously you would get a "Duplicate Prefix" error.
- Make the tests work in perl 5.6.1. Not sure when I broke this..
Modules
- XML::Genx - A simple, correct XML writer
- XML::Genx::Constants - constants for genx
- XML::Genx::SAXWriter - output a SAX stream using genx
- XML::Genx::Simple - A slightly simpler wrapper class for genx