Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

RE: XML

by mirod (Canon)
on Sep 11, 2000 at 20:00 UTC ( [id://31907]=note: print w/replies, xml ) Need Help??


in reply to XML overhyped (was: XML)

XML is just something (actually a meta-language) with an HTML-like syntax (pointy brakets, elements and attributes) except it lets you define your own tags.

This is both a blessing, as now you can define what you data IS as opposed to what it looks like, and a curse, because you now have to figure out what it will look like, usually through style sheets or HTML/RTF/whatever conversion.

XML just defines a syntax, no more, you still have to decide what your tags are going to be and how you are going to structure your data. It just offers a standard syntax that XML tools understand, plus the underlying document/data model is a tree, which is quite powerful.

There are tons of Perl modules that can help you process XML, you can find a 6 month old list on XML.com, and note that some of the modules are reviewed in the Module Reviews

Log In?
Username:
Password:

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

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

    No recent polls found