Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Using Perl for plugins...

by rjray (Chaplain)
on Mar 08, 2002 at 01:04 UTC ( [id://150193]=note: print w/replies, xml ) Need Help??


in reply to Using Perl for plugins...

You are seriously limiting yourself by ruling any CPAN modules out. There are several different XML parsers, including SAX-based parse engines. There is nothing in the Perl core that provides XML parsing, so any solution you adopt will be either something you yourself write, or something installed from elsewhere.

If the concern is over external dependancies (such as expat), there are a few pure-Perl parse solutions, one of which comes from matts's XML::SAX package.

--rjray

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://150193]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2025-02-18 05:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found