- XML stands for eXtensible Markup Language.
- XML is designed to transport and store data.
- XML is important to know, and very easy to learn.
- XML stands for eXtensible Markup Language.
- XML is designed to transport and store data.
- XML is important to know, and very easy to learn.
DIFFERENCE BETWEEN XML AND HTML:
XML HTML To transport and store data To display data Focus on what data is Focus on how data looks
- A markup construct that begins with
<
and ends with>
. Tags come in three flavors:- start-tags; for example:
<section>
- end-tags; for example:
</section>
- empty-element tags; for example:
<line-break />
- start-tags; for example:
- XML declaration
- XML documents may begin by declaring some information about themselves, as in the following example:
<?xml version="1.0" encoding="UTF-8"?>
Key terminology:-The material in this section is based on the XML Specification. This is not an exhaustive list of all the constructs that appear in XML; it provides an introduction to the key constructs most often encountered in day-to-day use.
Example:
Tag
No comments:
Post a Comment