English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

2007-11-12 06:03:17 · 3 answers · asked by dylan n 1 in Computers & Internet Software

3 answers

Extensible Mark Up language. It is used as a way to share structured data across different information systems, generally the Internet.

2007-11-12 06:09:51 · answer #1 · answered by Dawn A 2 · 0 0

Extensible Markup Language (XML)

Depending on your background you'll probably want to start here http://en.wikipedia.org/wiki/Xml

Something a little more technical http://xml.com/pub/a/98/10/guide0.html

2007-11-12 14:10:24 · answer #2 · answered by pbussey 2 · 0 0

eXtensible Markup Language lets you define your own Document Type Definition.

What that is, is, you can (sort of) define your own patterns for writing a web page. One weird example would be to write a list of meetings, each of which contains a boldface, darkgreen, underscored header, a speaker with an italic label, and three paragraphs:

Meeting</ title><br /> <speaker ><label >her/his label</label >her his name</speaker ><br /> <p >description</p ><br /> <p >more description</ p><br /> <p >more description</ p><br /> </meeting > </p> <p> <small> 2007-11-12 14:13:59 · <a href="#answer20071112141359">answer #3</a> · <span>answered by <u>fjpoblam</u> <b>7</b></span> · <span>0<span style='color:green;'>⤊</span></span> <span>0<span style='color:red;'>⤋</span></span> </small> </p> </div> </div> </article> </section> <div style="background:#888;padding:8px;margin-top:16px;"> fedest.com, questions and answers </div> </body> </html>