in reply to PurePerl XML parsing

I almost forgot...
$] is 5.00503. Which if I read the docs right shouldn't matter...?

Alex

Replies are listed 'Best First'.
Re: Re: PurePerl XML parsing
by gumby (Scribe) on Jun 16, 2002 at 18:56 UTC
    Personally,I would use XML::Twig. Really you should decide exactly what functionality you require (DOM etc.) and then take a look at Kip Hampton's articles over at XML.com.
      I was using XML::Twig initially, but I need something PurePerl. Twig relies on XML::Parser, which relies in turn on expat.
      I've looked at every XML solution I could find, starting with Kip's good articles, but XML::SAX::PurePerl was the only PurePerl implementation I could find. I would be VERY interested in others.

      alex

        You've got me there, XML::Twig is Perlish ;-) but does make use of XML::Parser... google turned up a project of Mark Kvale's in the 'nascent' state, but that's really it :-(