[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#151951: ITP: libxml-sax-machines-perl -- Perl modules for managing collections of SAX processors



Package: wnpp
Version: N/A; reported 2002-07-04
Severity: wishlist

* Package name    : libxml-sax-machines-perl
  Version         : 0.34
  Upstream Author : Barrie Slaymaker <barries@slaysys.com>
* URL             : http://www.cpan.org/
* License         : choise of Artistic Lisence, GPL, BSD
  Description     : Perl modules for managing collections of SAX processors

These modules provide a collection of APIs that allow complex SAX
machines to be constructed without a huge amount of extra typing.

SAX machines are a way to gather and manage SAX processors without
going nuts.  Or at least without going completely nuts.  Individual
machines can also be like SAX processors; they don't need to parse or
write anything:

  my $w = XML::SAX::Writer->new( Output => \*STDOUT );
  my $m = Pipeline( "My::Filter1", "My::Filter2", { Handler => $w } );
  my $p = XML::SAX::ParserFactory->new( handler => $p );

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux rohan 2.4.18 #1 Sun Jun 30 18:09:34 CDT 2002 i686
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO-8859-1 (ignored: LC_ALL set)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: