Front page | perl.perl5.porters |
Postings from May 2004
Re: I need tester
Thread Previous
From:
Matt Sergeant
Date:
May 2, 2004 14:00
Subject:
Re: I need tester
Message ID:
C79F4E9C-9C7B-11D8-BEA4-000A95AC67AA@sergeant.org
On 29 Apr 2004, at 21:49, Yunus San wrote:
> Hi, i tried to build an XML parser.
>
> i need some testers (experts of course).
This is the wrong forum for this. You want the perl-xml mailing list.
Though what you're trying to achieve is available in the following
modules on CPAN:
XML::Parser (fast)
XML::LibXML (fast and feature full)
XML::SAX::PurePerl (slow, but pure perl. Parses all XML).
XML::Parser::Lite (pure perl, faster than XML::SAX::PurePerl, but only
parses a subset of XML).
Matt.
Thread Previous