XML::Stream v1.17

This module provides you with access to XML Streams.  An XML Stream
is just that.  A stream of XML over a connection between two computers.
For more information about XML Streams, and the group that created them,
please visit:

http://etherx.jabber.org/streams

Ryan Eatmon
reatmon@jabber.org


INSTALLATION

  perl Makefile.PL
  make
  make install

REQUIREMENTS

  Perl 5.8.0 - For unicode support

RECOMMENDATIONS

  IO::Socket::SSL v0.81 - Module to enable SSL for XML::Stream.
  Net::DNS - Enables access to SRV records.

STATUS

    This release supports mostly full XPath (only a few functions not
implemented).  Also the Hash data type has been removed, please move to
Node.

Please send any bug reports to reatmon@jabber.org.
2003/06/30