what is .xml?

S

speedfeet

Does .xml have anything to do with whether or not I can add music files to my
website?
 
K

Kevin Spencer

And in answer to the question in the title, ".xml" is the extension for an
XML file. "XML" stands for Extensible Markup Language, and is what it says
it is. XML is a perfectly extensible markup language which can be extended
to represent any kind of data, including binary, in a non-proprietary text
format that is universally recognized and cross-platform-compatible.

XML is similar in syntax to HTML (both are derived from SGML - Standard
Generalized Markup Language). The biggest difference is that in order for
HTML to be extended (add functionality), it must be changed. It's
definitions must be added to, thereby changing the standard. XML is
self-defining, and thererfore, the standard doesn't need to be changed to
extend it.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
J

Jim Carlock

An excellent tutorial on XML, HTML, CSS etc can be found at
http://www.w3schools.com/.

Specifically...
For XML go here: http://www.w3schools.com/xml/
For HTML: http://www.w3schools.com/html/
For CSS: http://www.w3schools.com/css/

XML is pretty much a self-defining language used to create a
very much readable database.

HTML is the language used to write and construct the
webpages you see inside any browser (the client-side app
that reads HTML).

CSS is a style language, used to change the style of the
markup tags, ie <p>, <td>, <a>, <ol>, <ul>, <table>,
et al. You use CSS to create a uniform website, where
all pages have the same background colors, same text
color, same table borders, etc.

If you are into beauty, check out http://www.csszengarden.com.

--
Jim Carlock
http://www.microcosmotalk.com/
Post replies to the newsgroup.

and if anyone would like to "play" with some working xml:
http://sourceforge.net/projects/xmlnuke
is an ok place to start. ;-)

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top