Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

RE: XML

by araqnid (Beadle)
on Sep 12, 2000 at 17:04 UTC ( [id://32094]=note: print w/replies, xml ) Need Help??


in reply to XML overhyped (was: XML)

Way overhyped, I agree- but largely because it's misunderstood.

Istr once reading in a "quick explanation of XML" (can't remember where precisely it was, sorry) that the author made the point that programmers often design file formats without hardly thinking about it: configuration files, state files, document files...

The point is, XML allows for a common structure for most of these one-time formats that autmatically gives benefits such as:

  • common parsers, with strong syntax (well-formedness) checking
  • parsers in essentially every language out there
  • handles character escaping, and specifying character sets
  • well-defined way of expressing hierarchies
  • a way of specifying semantics in a machine-readable manner for futher checking (DTDs)

( as an example (or indeed a shameless plug), I wrote make_photos which uses XML as an input file- and imho it's perfectly suited, and much better than the text file I used for the script's first incarnation)

I think that most of the "XML Powering YOUR Website!" stuff applies to technology built on top of XML, not XML itself. Which is misleading, but fairly typical marketroid-speak.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-18 17:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found