use Perl
search use Perl
 
All the Perl that's Practical to Extract and Report
 
 

XML::SAX
posted by ziggy on 2001.11.13 11:09   
Module News
Matts writes "XML::SAX redefines XML processing in Perl. It frees you from the chains of SAX parser details. It elevates your soul. It even freshens your breath. [think: DBI for XML]

OK, maybe not. But it does mean you can write XML applications for Perl without hard-coding a particular parser. So now you don't have to rely on the user having a particular SAX2 Parser installed. Instead you can just use XML::SAX as a factory class to provide you with a parser (and it'll fall back to XML::SAX::PurePerl).

At the moment the only supporting parser is XML::SAX::PurePerl (which is included), but Robin Berjon is about to release XML::SAX::Expat (which is based on XML::Parser at the moment), and soon I'll release an updated XML::LibXML with a SAX driver compatible with XML::SAX.

On all good CPAN mirrors near you now."

Thanks, Matt. This is the kind of support for XML that Perl programmers have been requesting for years now.

 

 
use Perl Login
Nickname:

Password:

[ Create a new account ]

Related Links
  • Perl
  • Matts
  • Robin Berjon
  • More on Module News
  • Also by ziggy
  • XML::SAX | Log in/Create an Account | Top | 3 comments | Search Discussion
    Threshold:
    The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
    CPAN link (Score:1)
    by Matts (1087) on 2001.11.13 11:29 (#1881)
    ( Last Journal: 2003.12.07 13:47 )
    Until CPAN/search updates, here's a direct link:

    http://www.cpan.org/modules/by-authors/id/M/MS/MSE RGEANT/XML-SAX-0.01.tar.gz [cpan.org]
    [ Reply to This ]
    Hellish Demon (Score:1)
    by Yoz (2457) on 2001.11.13 22:13 (#1884)
    ( http://yoz.com/ )
    Boy, can I sympathise with the domain woes... I've been doing some work on behalf of a charitable organisation who had a domain with Demon, and I was trying to change the record. It took about two months. I don't think I could have done it if I hadn't met the only competent person at Demon at a barbecue. -- Yoz
    [ Reply to This ]
    Welcome back... (Score:1)
    by MeerCat (31) on 2001.11.14 10:52 (#1887)
    ( http://www.schmerg.com/ | Last Journal: 2002.10.09 8:24 )
    Happy to hear you're back in the loop matt, and sorry to hear of your recent problems.

    I don't use AxKit but keep an eye out for it (and still owe you a favour or two from Win32::ASP) - and I'll check out your latest XML offerings too.

    Regards

    Tim
    [ Reply to This ]

    There are features that should not be used.
    There are concepts that should not be exploited.
    There are problems that should not be solved.
    There are programs that should not be written.
                --Richard Harter, <rh@smds.com>
    Download Perl Now!

    Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2004, their respective owners.