Initialism

Wikipedia has an article on: XML

XML

  1. Extensible Markup Language; a flexible text format for creating structured computer documents.

Related terms

From Wiktionary under the GNU Free Documentation License.
Wed Feb 10 02:44:45 2010

XML (Extensible Markup Language) is a set of rules for encoding documents electronically. It is defined in the XML 1.0 Specification produced by the W3C and several other related specifications; all are fee-free open standards.

XML’s design goals emphasize simplicity, generality, and usability over the Internet. It is a textual data format, with strong support via Unicode for the languages of the world. Although XML’s design focuses on documents, it is widely used for the representation of arbitrary data structures, for example in web services.

There are a variety of programming interfaces which software developers may use to access XML data, and several schema systems designed to aid in the definition of XML-based languages.

As of 2009, hundreds of XML-based languages have been developed, including RSS, Atom, SOAP, and XHTML. XML-based formats have become the default for most office-productivity tools, including Microsoft Office (Office Open XML), OpenOffice.org (OpenDocument), and Apple's iWork

From Wikipedia under the GNU Free Documentation License
Mon Jan 18 15:02:07 2010

What is XML and how to I get a tracker to validate my site?
Q. I am trying to get signed on to a blog tracker to track my site. I have a meta tag and everything but it is asking about XML and I have no clue what it is and when I research it is seems as if all the advice is for people who already know a bit about it.. I know NOTHING about it at all. Please help!
Asked by Amy S - Sun Oct 12 19:00:36 2008 - - 2 Answers - 0 Comments

A. The Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages. It is classified as an extensible language because it allows its users to define their own elements. Its primary purpose is to help information systems share structured data, particularly via the Internet. Here is a validator: P.S. w3.org has an HTML and CSS validator as well. w3 is considered the standard in web development.
Answered by garyr_h - Sun Oct 12 20:14:51 2008

What is the best way to store/process a XML datafile?
Q. I want to use XML as datafile,but I have a lot of information (many entries). 1. Do I need to make many file for each entry. or use one XML file to store all entries? 2. I am planning to use AJAX as UI to get the XMLHttpResponse from the server (PHP based). I would like to modify the XML file immediately like Flickr. What should I do to append/modify new data on the XML file in Server? Thank you!
Asked by bzkit1983 - Fri Dec 9 10:47:28 2005 - - 1 Answers - 0 Comments

A. 1. It's probably easier to store everything in one file, but that might lead to performance issues when parsing the XML. I'd try it that way first, and then change to the many-files model if it's too slow. 2. I've done a project like this (see sources below), and the way I handled it was to write a backend Python or PHP (or whatever) script to modify the XML file. When the user changes something, do a POST to that script, and the script modifies the XML file appropriately. (then reload the XML file to get the updated data). Feel free to play around with my site, look at my code and take it for your own uses - the javascript code and backend Python code is all available at the site below.
Answered by gstoll2003 - Fri Dec 9 11:01:13 2005

Is there anyway to retrieve the structure of an XML file?
Q. I'm building an app that displays the contents of an xml file in tables. It's simple enough to display XML like this when you know the XMLs structure but I want this to work with any XML file. So, does anyone know of a method of retrieving a list of the XML documents' elements? Maybe in the form of an array?
Asked by squariegoes - Tue Nov 11 12:07:08 2008 - - 3 Answers - 0 Comments

A. This is possible in .net (and probably java\php\asp) But in whatever language you want you could do a loop to get all child elements of the root node and instead of retrieving the inner xml you could retrieve the actual node name a bit like: List childnodelist = new List; foreach (xmlchildnode childnode in xmldocument) { childnodelist.add(childno de.name.tostring()); } This is very rough and not really any language :) Hope this helps PS: If its a few levels down just use nested foreach loops!
Answered by unknown - Tue Nov 11 16:28:41 2008

From Yahoo Answer Search: "XML"
Sun Oct 11 22:21:43 2009

Data Formatting, Working with XML Data in MySQL - Database Journal
news.google.com
Data Formatting, Working with XML Data in MySQL

Database Journal

In the Working with XML Data in MySQL article, we explored some of MySQL's XML capabilities, including the -- xml command line option, ...
- Stromanbieter - Strom-Tarife, Erfahrungen/Meinungen - StromAuskunft - StromAuskunft - Alles ueber Strom
news.google.com
- Stromanbieter - Strom-Tarife, Erfahrungen/Meinungen - StromAuskunft

StromAuskunft - Alles ueber Strom

Fatal error: Uncaught SoapFault exception: [soap:Client] Server was unable to read request. ---> There is an error in XML document (2, 242). ...
Broadband Forum Honors Frank Van der Putten of Alcatel-Lucent - PR Newswire (press release)
news.google.com
Broadband Forum Honors Frank Van der Putten of Alcatel-Lucent

PR Newswire (press release)

He brought strong technical insights to the Forum's transition to XML -based data model definitions and always has been a team player who drives team ...



and more »

From Google News Search: "XML"
Wed Dec 2 06:07:03 2009

xml1 png
labs.trolltech.com
xml1 png
512px x 750px | 20.30kB

[source page]

the project is called Declarative UI Here s a sample XML file that describes a simple animated UI as a png because I can t get Wordpress s verbatim and pre tags to do what they should So please take this as an invitation to join us You can find the new project on Labs and a Qt Solution for the Animation Framework in usual pages There s not a lot of bling there yet

xml assistant png
freewarenetz.de
xml assistant png
498px x 400px | 14.60kB

[source page]



xml parser settings jpg
hanzify.org
xml parser settings jpg
438px x 507px | 37.80kB

[source page]

xml Xml File Xml C demo xml Edit Xml Expert Mode Tree View Xml Xml

From Yahoo Image Search: "XML"
Wed Jan 27 15:08:17 2010

 XML And The Benefits Of Platform Independence | One Way Link Site Blog
blog.onewaylinksite.com
XML And The Benefits Of Platform Independence | One Way Link Site Blog

Joseph Johnson

Sat, 06 Feb 2010 17:21:18 GM

Extensible Mark-up Language (. XML. ) has very quickly established itself as a viable technology with a huge range of real-world applications. One of the main reasons for its importance and wide acceptance is the fact that it offers a ...

SYNGRESS XML NET DEVELOPERS GUIDE BonVD
tastro.org
SYNGRESS XML NET DEVELOPERS GUIDE BonVD

Tastro Downloads

Sat, 06 Feb 2010 18:02:34 GM

(RS) rapidshare.com syngress . XML. net developers guide bonVD - RapidShare. (MU) megaupload.com syngress . XML. net developers guide bonVD - MegaUpload. (HF) hotfile.com syngress . XML. net developers guide bonVD - HotFile. ...

Struts2.0 Study Notes (1) name space and. Xml file configuration ...
codeweblog.com
Struts2.0 Study Notes (1) name space and. Xml file configuration ...

CodeWeblog.com

Sun, 07 Feb 2010 06:35:52 GM

Struts2.0 Study Notes (1) name space and. . Xml. file configuration First of all to say sorry, thank the concerns that I blog friends. Near future because of the change do the work, because continuous learning, continuous progress in order ...

From Google Blog Search: "XML"
Sun Feb 7 04:01:34 2010