SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-XML-Stream rpm build for : Old RedHat 7.X. For other distributions click perl-XML-Stream.

Name : perl-XML-Stream
Version : 1.22 Vendor : by Ryan Eatmon < reatmon_ti_com>
Release : 1 Date : 2005-07-20 14:10:12
Group : Applications/CPAN Source RPM : perl-XML-Stream-1.22-1.src.rpm
Size : 0.28 MB
Packager : Peter Pramberger < peter_pramberger_member_fsf_org>
Summary : XML-Stream - Creates and XML Stream connection and parses return data
Description :
This module provides the user with methods to connect to a remote
server, send a stream of XML to the server, and receive/parse an XML
stream from the server. It is primarily based work for the Etherx XML
router developed by the Jabber Development Team. For more information
about this project visit http://etherx.jabber.org/stream/.

XML::Stream gives the user the ability to define a central callback
that will be used to handle the tags received from the server. These
tags are passed in the format defined at instantiation time.
the closing tag of an object is seen, the tree is finished and passed
to the call back function. What the user does with it from there is up
to them.

For a detailed description of how this module works, and about the data
structure that it returns, please view the source of Stream.pm and
look at the detailed description at the end of the file.


NOTE: The parser that XML::Stream::Parser provides, as are most Perl
parsers, is synchronous. If you are in the middle of parsing a
packet and call a user defined callback, the Parser is blocked until
your callback finishes. This means you cannot be operating on a
packet, send out another packet and wait for a response to that packet.
It will never get to you. Threading might solve this, but as we all
know threading in Perl is not quite up to par yet. This issue will be
revisted in the future.

RPM found in directory: /packages/linux-pbone/archive/ftp.pramberger.at/systems/linux/contrib/rh73/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-XML-Stream-1.22-1.pp-rh73.noarch.rpm
     

Provides :
perl(XML::Stream)
perl(XML::Stream::Namespace)
perl(XML::Stream::Node)
perl(XML::Stream::Parser)
perl(XML::Stream::Parser::DTD)
perl(XML::Stream::Tree)
perl(XML::Stream::XPath)
perl(XML::Stream::XPath::AllOp)
perl(XML::Stream::XPath::AndOp)
perl(XML::Stream::XPath::AttributeOp)
perl(XML::Stream::XPath::ContextOp)
perl(XML::Stream::XPath::EqualOp)
perl(XML::Stream::XPath::FunctionOp)
perl(XML::Stream::XPath::NodeOp)
perl(XML::Stream::XPath::NotEqualOp)
perl(XML::Stream::XPath::Op)
perl(XML::Stream::XPath::OrOp)
perl(XML::Stream::XPath::PositionOp)
perl(XML::Stream::XPath::Query)
perl(XML::Stream::XPath::Value)
perl-XML-Stream

Requires :
perl(XML::Stream::XPath::Query)
perl(POSIX)
perl(vars)
perl(Exporter)
perl => 0:5.006_001
perl(utf8)
perl(Authen::SASL)
perl(FileHandle)
perl(XML::Stream::XPath::Op)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(XML::Stream::XPath::Value)
perl(Sys::Hostname)
perl(XML::Stream::XPath)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
perl(Encode::compat)
perl(Carp)
perl(Encode)
perl(IO::Socket)
perl(IO::Select)
perl(XML::Stream::Parser)
perl(MIME::Base64)
perl(strict)
perl(XML::Stream::Namespace)


Content of RPM :
/usr/lib/perl5/site_perl/5.6.1/XML
/usr/lib/perl5/site_perl/5.6.1/XML/Stream
/usr/lib/perl5/site_perl/5.6.1/XML/Stream.pm
/usr/lib/perl5/site_perl/5.6.1/XML/Stream/Namespace.pm
/usr/lib/perl5/site_perl/5.6.1/XML/Stream/Node.pm
/usr/lib/perl5/site_perl/5.6.1/XML/Stream/Parser
/usr/lib/perl5/site_perl/5.6.1/XML/Stream/Parser.pm
/usr/lib/perl5/site_perl/5.6.1/XML/Stream/Parser/DTD.pm
/usr/lib/perl5/site_perl/5.6.1/XML/Stream/Tree.pm
/usr/lib/perl5/site_perl/5.6.1/XML/Stream/XPath
/usr/lib/perl5/site_perl/5.6.1/XML/Stream/XPath.pm
/usr/lib/perl5/site_perl/5.6.1/XML/Stream/XPath/Op.pm
/usr/lib/perl5/site_perl/5.6.1/XML/Stream/XPath/Query.pm
/usr/lib/perl5/site_perl/5.6.1/XML/Stream/XPath/Value.pm
/usr/share/doc/perl-XML-Stream-1.22
/usr/share/doc/perl-XML-Stream-1.22/CHANGES
/usr/share/doc/perl-XML-Stream-1.22/LICENSE.LGPL
/usr/share/doc/perl-XML-Stream-1.22/README
/usr/share/man/man3/XML::Stream.3pm.gz
/usr/share/man/man3/XML::Stream::Namespace.3pm.gz
/usr/share/man/man3/XML::Stream::Node.3pm.gz
/usr/share/man/man3/XML::Stream::Parser.3pm.gz
/usr/share/man/man3/XML::Stream::Parser::DTD.3pm.gz
/usr/share/man/man3/XML::Stream::Tree.3pm.gz

 
ICM