Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: xml parsers: do I need one?

by derby (Abbot)
on Aug 28, 2003 at 14:51 UTC ( [id://287390]=note: print w/replies, xml ) Need Help??


in reply to xml parsers: do I need one?

I really cannot comment on what you need (and neither can any other monk) but I too was an XML naysayer for quite some time. A coworker turned me on to XML::LibXML and then to the power of XPath. I cannot even begin to tell you the power of XPath. This entry from the perl advent calendar gives a real nice intro with links to more on XPath.

-derby

Replies are listed 'Best First'.
Re^2: xml parsers: do I need one?
by Aristotle (Chancellor) on Aug 28, 2003 at 15:45 UTC
    And since it's based on a library written in C, I wouldn't be at all surprised if it beats the Java apps too.

    Makeshifts last the longest.

      Java is only slow on speed startup. For execution, it's not THAT much difference since hotspot (optimizing) or just the regular execution JVM's turn the byte code into a compiled program.

      ---
      Play that funky music white boy..

        I am aware of that. Java has caught up a great deal in performance issues. Nevertheless, Java code is not as low level as C code. (char* anyone?)

        Makeshifts last the longest.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-03-28 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found