logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XML::Struct::Writer::Stream - simplified SAX handler to serialize (Micro)XML

Configuration

       fh  File handle or compatible object to write to (standard output by default).

       pretty
           Pretty-print XML if enabled.

Description

       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.

Name

       XML::Struct::Writer::Stream - simplified SAX handler to serialize (Micro)XML

See Also

       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.

perl v5.28.1                                       2019-02-21                   XML::Struct::Writer::Stream(3pm)

See Also