SlideShare a Scribd company logo
1




XML
Class X
What is XML?
2


       XML stands for EXtensible Markup Language
       XML is a markup language much like HTML
       XML was designed to carry data, not to display
        data
       XML tags are not predefined. You must define
        your own tags
       XML is designed to be self-descriptive
       XML is a W3C Recommendation
The Difference Between XML and
    HTML
3


       XML is not a replacement for HTML.
       XML and HTML were designed with different
        goals:
    •   XML was designed to transport and store
        data, with focus on what data is
    •   HTML was designed to display data, with
        focus on how data looks
       HTML is about displaying information, while
        XML is about carrying information.
XML Does Not DO Anything
4


     Maybe it is a little hard to
      understand, but XML does not
      DO anything.
     XML was created to structure,
      store, and transport
      information.
Look at the following example
5



    <note>
     <to>Saloni</to>
     <from>Anita</from>
     <heading>Reminder</heading>
     <message> Don't forget my birthday
     party     this weekend! </message>
     </note>

More Related Content

PPTX
Web programming xml
PPTX
ODP
PDF
Xml tutorial
 
PPTX
Intro xml
PPTX
Xml ppt
Web programming xml
Xml tutorial
 
Intro xml
Xml ppt

What's hot (19)

PPT
01 Xml Begin
PPT
Introduction to XML
PPTX
Introduction to xml
PPT
uptu web technology unit 2 Xml2
PDF
XML Introduction
DOCX
Xml 150323102007-conversion-gate01
PPT
Introduction to XML
PPT
Xml theory 2005_[ngohaianh.info]_1_introduction-to-xml
PPT
XML/XSLT
PPTX
XML-Extensible Markup Language
PPT
Xml 215-presentation
PPT
Introduction to XML
PPTX
Extensible Markup Language (XML)
01 Xml Begin
Introduction to XML
Introduction to xml
uptu web technology unit 2 Xml2
XML Introduction
Xml 150323102007-conversion-gate01
Introduction to XML
Xml theory 2005_[ngohaianh.info]_1_introduction-to-xml
XML/XSLT
XML-Extensible Markup Language
Xml 215-presentation
Introduction to XML
Extensible Markup Language (XML)
Ad

Viewers also liked (15)

PPTX
Seema xml
PPTX
Xml tutorial
PPT
Meenu makker
PPTX
Kjain
PPTX
Xml tutorial
PPTX
Fatma
PPTX
Seema xml
PPTX
Xml tutorial
PPTX
Fatma
PPT
Networking concepts
PPT
Deepali adhana
PPT
Trigeminal nerve
PPTX
Asthma
PPT
Inflammation
PPTX
Ludwig’s angina
Seema xml
Xml tutorial
Meenu makker
Kjain
Xml tutorial
Fatma
Seema xml
Xml tutorial
Fatma
Networking concepts
Deepali adhana
Trigeminal nerve
Asthma
Inflammation
Ludwig’s angina
Ad

Similar to Xml ppt (20)

PDF
XML - Extensive Markup Language
PPT
00 introduction
PPTX
Extensible markup language ppt as part of Internet Technology
PPT
Lecture 1 - Getting to know XML
PPTX
XML - Extensible Markup Language for Network Security.pptx
PPT
Xml description
PPTX
HTML AND XML ppt.pptx
PPT
Xml iet 2015
PPT
02 well formed and valid documents
PDF
Introduction to xml
PPS
XML - The Extensible Markup Language
PDF
XML Bible
DOCX
PPTX
BITM3730Week5.pptx
PPTX
XML
DOCX
Xml material
DOCX
Xml material
XML - Extensive Markup Language
00 introduction
Extensible markup language ppt as part of Internet Technology
Lecture 1 - Getting to know XML
XML - Extensible Markup Language for Network Security.pptx
Xml description
HTML AND XML ppt.pptx
Xml iet 2015
02 well formed and valid documents
Introduction to xml
XML - The Extensible Markup Language
XML Bible
BITM3730Week5.pptx
XML
Xml material
Xml material

Recently uploaded (20)

PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
Web App vs Mobile App What Should You Build First.pdf
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PPTX
Chapter 5: Probability Theory and Statistics
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Encapsulation theory and applications.pdf
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
A Presentation on Artificial Intelligence
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
A Presentation on Touch Screen Technology
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
project resource management chapter-09.pdf
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Zenith AI: Advanced Artificial Intelligence
Digital-Transformation-Roadmap-for-Companies.pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Heart disease approach using modified random forest and particle swarm optimi...
Web App vs Mobile App What Should You Build First.pdf
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Chapter 5: Probability Theory and Statistics
Assigned Numbers - 2025 - Bluetooth® Document
Encapsulation theory and applications.pdf
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
A Presentation on Artificial Intelligence
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
NewMind AI Weekly Chronicles - August'25-Week II
A Presentation on Touch Screen Technology
Univ-Connecticut-ChatGPT-Presentaion.pdf
OMC Textile Division Presentation 2021.pptx
project resource management chapter-09.pdf
A comparative study of natural language inference in Swahili using monolingua...
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Zenith AI: Advanced Artificial Intelligence

Xml ppt

  • 2. What is XML? 2  XML stands for EXtensible Markup Language  XML is a markup language much like HTML  XML was designed to carry data, not to display data  XML tags are not predefined. You must define your own tags  XML is designed to be self-descriptive  XML is a W3C Recommendation
  • 3. The Difference Between XML and HTML 3  XML is not a replacement for HTML.  XML and HTML were designed with different goals: • XML was designed to transport and store data, with focus on what data is • HTML was designed to display data, with focus on how data looks  HTML is about displaying information, while XML is about carrying information.
  • 4. XML Does Not DO Anything 4  Maybe it is a little hard to understand, but XML does not DO anything.  XML was created to structure, store, and transport information.
  • 5. Look at the following example 5 <note> <to>Saloni</to> <from>Anita</from> <heading>Reminder</heading> <message> Don't forget my birthday party this weekend! </message> </note>