Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: XML Module Recommendations

by Ionizor (Pilgrim)
on Jan 27, 2003 at 02:45 UTC ( [id://230103]=note: print w/replies, xml ) Need Help??


in reply to Re: (nrd) XML Module Recommendations
in thread XML Module Recommendations

I'm going to second this suggestion. I use SAX for most of the XML work I do in Perl because you can use any parsers that are registered without having to worry about which parsers implement what. All you do is pass your requirements for supported features (such as Namespaces) to ParserFactory and it creates an appropriate instance for you.

I would also suggest a look at Perl and XML from O'Reilly. I've found it very useful.

--
Grant me the wisdom to shut my mouth when I don't know what I'm talking about.

Replies are listed 'Best First'.
Re: Re^2: XML Module Recommendations
by Anonymous Monk on Jan 27, 2003 at 07:20 UTC
    I would also suggest a look at Perl and XML from O'Reilly. I've found it very useful.

    Bought it, read it, didn't find it helpful at all. I thought it covered things far too vaguely. Maybe I'll give it another look though.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 07:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found