Initial Windows agent repository
This commit is contained in:
commit
a0db0c2e5b
10589 changed files with 3844063 additions and 0 deletions
47
OGP64/usr/share/doc/perl-XML-SAX/README
Normal file
47
OGP64/usr/share/doc/perl-XML-SAX/README
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
XML::SAX
|
||||
========
|
||||
|
||||
XML::SAX consists of several framework classes for using and building
|
||||
Perl SAX2 XML parsers, filters, and drivers. It is designed around the
|
||||
need to be able to "plug in" different SAX parsers to an application
|
||||
without requiring programmer intervention. Those of you familiar with
|
||||
the DBI will be right at home. Some of the designs come from the Java
|
||||
JAXP specification (SAX part), only without the javaness.
|
||||
|
||||
INSTALLATION
|
||||
============
|
||||
|
||||
All of this is 100% perl, so installation should be a breeze:
|
||||
|
||||
On Unix and Unix-like platforms:
|
||||
|
||||
$ perl Makefile.PL
|
||||
$ make
|
||||
$ make test
|
||||
$ make install
|
||||
|
||||
On ActivePerl, or Perl's built with MSVC:
|
||||
|
||||
$ perl Makefile.PL
|
||||
$ nmake
|
||||
$ nmake test
|
||||
$ nmake install
|
||||
|
||||
USAGE
|
||||
=====
|
||||
|
||||
For usage, please read the included documentation after installation:
|
||||
|
||||
$ perldoc XML::SAX
|
||||
$ perldoc XML::SAX::ParserFactory
|
||||
|
||||
And other documents leading off those pages.
|
||||
|
||||
LICENSE/COPYRIGHT
|
||||
=================
|
||||
|
||||
Please see the LICENSE file for licensing issues.
|
||||
|
||||
The files in this distribution are copyrighted their respective authors
|
||||
as detailed in the POD documentation of each module.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue