Difference between revisions of "XML"

From Fab Lab Bcn WIKI
Jump to: navigation, search
(Edit and create)
(Mac)
Line 10: Line 10:
  
 
=== Mac ===
 
=== Mac ===
*Apple Xcode. (For Mac OS X 10.6 and older register and download it from http://developer.apple.com/. For mac 10.7 go to the App Store. You can also install it from your Mac setup DVD's)
 
 
*TextWrangler http://www.barebones.com/products/TextWrangler/
 
*TextWrangler http://www.barebones.com/products/TextWrangler/
 
*Kod http://kodapp.com/
 
*Kod http://kodapp.com/
 +
*Apple Xcode. (For Mac OS X 10.6 and older register and download it from http://developer.apple.com/. For mac 10.7 go to the App Store. You can also install it from your Mac setup DVD's)
  
 
=== Win ===
 
=== Win ===

Revision as of 12:13, 7 December 2011

Extensible Markup Language (XML) is a set of rules for encoding documents in machine-readable form. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications, all gratis open standards.

The design goals of XML 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 the design of XML focuses on documents, it is widely used for the representation of arbitrary data structures, for example in web services.

Many application programming interfaces (APIs) have been developed that software developers use to process XML data, and several XML schema exist to aid in the definition of XML-based languages.

Edit and create

General purpos text/code editors

Mac

Win

XML editors

Parsing

Processing