kb:xml

Differences

This shows you the differences between two versions of the page.


kb:xml [2022/08/10 06:33] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== XML ======
 +
 +Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. 
 +
 +
 +{{wp>XML}}
 +<callout type="" title="GitHub Topics" icon="fa fa-github">
 +  * https://github.com/topics/xml
 +
 +XML stands for Extensible Markup Language and is a text-based markup language. It is designed to store and transport data. It allows developers to create their own self-descriptive tags, or language, that suits their application.
 +</callout> 
 +
 +Example
 +<sxh xml>
 +<?xml version="1.0" encoding="ISO-8859-1"?>
 +<note>
 +<to>Tove</to>
 +<from>Jani</from>
 +<heading>Reminder</heading>
 +<body>Don't forget me this weekend!</body>
 +</note>
 +</sxh>
 +
 +
 +<callout title="External links:">
 +  * https://en.wikipedia.org/wiki/List_of_XML_markup_languages
 +  * https://www.w3.org/XML/
 +  * https://www.w3.org/TR/REC-xml/
 +  * http://validator.w3.org/
 +  * http://xml.silmaril.ie/
 +  * https://jsonformatter.org/xml-formatter
 +  * https://en.wikibooks.org/wiki/XML_-_Managing_Data_Exchange
 +</callout> 
 +
 +
 +{{tag>kb  architecture programming  devopscreate     }}
  
  • kb/xml.txt
  • Last modified: 2022/08/10 06:33
  • by 127.0.0.1