1XML::Stream::Parser(3)User Contributed Perl DocumentationXML::Stream::Parser(3)
2
3
4
6 XML::Stream::Parser - SAX XML Parser for XML Streams
7
9 Light weight XML parser that builds XML::Parser::Tree objects from the
10 incoming stream and passes them to a function to tell whoever is using
11 it that there are new packets.
12
14 This module provides a very light weight parser
15
19 By Ryan Eatmon in January of 2001 for http://jabber.org/
20
22 This module is free software; you can redistribute it and/or modify it
23 under the same terms as Perl itself.
24
25
26
27perl v5.8.8 2004-04-04 XML::Stream::Parser(3)