XML::Struct::Writer::Stream
simplified SAX handler to serialize (Micro)XML
- Provided by: libxml-struct-perl (Version: 0.26-1)
- Report a bug
simplified SAX handler to serialize (Micro)XML
This class implements a simplfied SAX handler for stream-based serialization of XML. DTDs, comments, processing instructions and similar features not part of MicroXML are not supported.
The handler is written to reproduce the serialization of libxml.
See XML::SAX::Writer, XML::Genx::SAXWriter, and XML::Handler::YAWriter for more elaborated SAX writers and XML::Writer for a general XML writer, not based on SAX.