SlideShare ist ein Scribd-Unternehmen logo
1 von 21
XML
• Extensible Markup Language
• Designed to describe data and focus on what data is.
• Used to structure store and send information.
• Easy to understand and is self describing.
• XML is derived from Standard Generalized Markup
Language (SGML)
• Documents have tags giving extra information about
sections of the document
– E.g. <title> XML </title> <slide> Introduction …</slide>
• Extensible, unlike HTML
– Users can add new tags, and separately specify how the
tag should be handled for display
Types of XML databases
There are two major types of XML databases:
• XML-enabled: These map all XML to a
traditional database, accepting XML as input
and rendering XML as output.
• Native XML (NXD): The internal model
depends on XML and uses XML documents as
the fundamental unit of storage.
XML document rules
• A “well formed” XML doc has to have correct
XML syntax and they are :
– Must start with a n XML declaration to indicate
the version of XML being used as well as other
relevant attributes.
– Must have a root element.
– Must have a closing tag.
– XML tags are case sensitive.
– XML elements must be properly nested.
– XML attribute values must be quoted.
<?xml version = "1.0"?>
Structure of XML Data
<library xmlns:mevlana=“http://mevlana.edu.tr”>
<book id="bk101">
<author>Gambardella, Matthew</author>
<title>XML Developer's Guide</title>
<genre>Computer</genre>
<price>44.95</price>
<publish_date>2000-10-01</publish_date>
</book>
</library>
<!-- comments -->
5
Start tag
End tag
Element
Attribute
Namespace
Comments
tag
XML
Document
Node
• Hierarchical Data Model (Tree Structure).
• Basic object in XML is XML document.
• 2 main structuring concepts are used to
construct an XML doc
– Elements : start tag and end tag.
– Attributes : additional info to describe elements.
• In the tree representation
– Internal node : complex elements.
– Leaf node : simple elements.
Types of XML documents
• Data-centric XML doc
– Many small data items that follow a specific structure
and hence may be extracted from a structured DB.
– Formatted as XML doc inoder to exchange or display
over web.
• Doc-centric XML doc
– Large amounts of text ie.book
– Few or no structured data elements in these doc.
• Hybrid XML doc
– Doc may contain structured or unstructured data.
XML vs. Relational Database
XML Database
• XML data is hierarchical
• XML data is self-describing
• XML data has inherent
ordering
• An XML database contains
collections
Relational Database
• relational data is
represented in a model of
logical relationships
• relational data is not self-
describing
• Relational data does not
have inherent ordering
• A relational database
contains tables
XML vs. Relational Database
XML Representation
XML Document Schema
• Database schemas constrain what information
can be stored, and the data types of stored
values
• XML documents are not required to have an
associated schema
• Schemas are very important for XML data
exchange
• Two mechanisms for specifying XML schema
–Document Type Definition (DTD)
–XML Schema Definition (XSD)
Document Type Definition
• DTD constraints structure of XML data
– What elements can occur
– What attributes can/must an element have
– What subelements can/must occur inside each
element, and how many times.
• Limitations
– Data types in DTD are not general
– DTD has its own special syntax and thus require
special processors.
Document Type Definition
XML Schema Definition
• XML Schema is a more sophisticated schema
language which addresses the drawbacks of
DTDs. Supports Different data types.
• XML Schema is itself specified in XML syntax,
unlike DTDs
• XML Schema is integrated with namespaces
• XML Schema is significantly more complicated
than DTDs
Querying XML Data
• There are several languages used to access
XML data from XML Documents, some are:
– XPath
– Xquery (most popular)
XPath
XQuery
• XQuery is a general purpose query language for XML data
• XQuery is built on XPath expressions
• XQuery is derived from the quilt query language, which itself
borrows from SQL
• XQuery is supported by all database engines (IBM, Oracle,
Microsoft, etc.)
• XQuery uses FLOWR (for, let, where, order by , result)
– for  SQL from
– where  SQL where
– order by  SQL order by
– result  SQL select
– let allows temporary variables
XQuery
Benefits of XML
• XML doc is text based
– Takes less space can be transmitted efficiently
• One XML doc can be displayed differently on
different media.
• XML doc parts can be reused.
• Easy to understand.
Drawbacks of XML
• Case sensitive in nature
• XML syntax are redundant or large to binary
representation of the same data.
• Users must predefine their own tags
• Linking between XML docs requires xlink
which is complex compared to hyperlinks.
XML-Extensible Markup Language

Weitere ähnliche Inhalte

Was ist angesagt?

The three level of data modeling
The three level of data modelingThe three level of data modeling
The three level of data modeling
sharmila_yusof
 

Was ist angesagt? (20)

Extensible Markup Language (XML)
Extensible Markup Language (XML)Extensible Markup Language (XML)
Extensible Markup Language (XML)
 
Simple object access protocol(soap )
Simple object access protocol(soap )Simple object access protocol(soap )
Simple object access protocol(soap )
 
Xml parsers
Xml parsersXml parsers
Xml parsers
 
Css
CssCss
Css
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
 
SQL vs NoSQL, an experiment with MongoDB
SQL vs NoSQL, an experiment with MongoDBSQL vs NoSQL, an experiment with MongoDB
SQL vs NoSQL, an experiment with MongoDB
 
XML Introduction
XML IntroductionXML Introduction
XML Introduction
 
Web Services ppt
Web Services pptWeb Services ppt
Web Services ppt
 
Xml namespace
Xml namespaceXml namespace
Xml namespace
 
Xml databases
Xml databasesXml databases
Xml databases
 
Xml
XmlXml
Xml
 
HTML/HTML5
HTML/HTML5HTML/HTML5
HTML/HTML5
 
Xml 215-presentation
Xml 215-presentationXml 215-presentation
Xml 215-presentation
 
ADO .Net
ADO .Net ADO .Net
ADO .Net
 
XML Schema
XML SchemaXML Schema
XML Schema
 
The three level of data modeling
The three level of data modelingThe three level of data modeling
The three level of data modeling
 
Ajax presentation
Ajax presentationAjax presentation
Ajax presentation
 
Ajax ppt
Ajax pptAjax ppt
Ajax ppt
 
WSDL
WSDLWSDL
WSDL
 
Introduction to xml
Introduction to xmlIntroduction to xml
Introduction to xml
 

Andere mochten auch

Generación de documentos de calidad con LATEX
Generación de documentos de calidad con LATEXGeneración de documentos de calidad con LATEX
Generación de documentos de calidad con LATEX
Alejandro Valdes Jimenez
 
GNS3 Una Herramienta para Simulación de Redes de o Datos
GNS3 Una Herramienta para Simulación de Redes de o DatosGNS3 Una Herramienta para Simulación de Redes de o Datos
GNS3 Una Herramienta para Simulación de Redes de o Datos
Alejandro Valdes Jimenez
 

Andere mochten auch (11)

OPEN SHORTEST PATH FIRST (OSPF)
OPEN SHORTEST PATH FIRST (OSPF)OPEN SHORTEST PATH FIRST (OSPF)
OPEN SHORTEST PATH FIRST (OSPF)
 
Generación de documentos de calidad con LATEX
Generación de documentos de calidad con LATEXGeneración de documentos de calidad con LATEX
Generación de documentos de calidad con LATEX
 
GNS3 Una Herramienta para Simulación de Redes de o Datos
GNS3 Una Herramienta para Simulación de Redes de o DatosGNS3 Una Herramienta para Simulación de Redes de o Datos
GNS3 Una Herramienta para Simulación de Redes de o Datos
 
Las competencias del e-moderador en el modelo de Gilly Salmon
Las competencias del e-moderador en el modelo de Gilly SalmonLas competencias del e-moderador en el modelo de Gilly Salmon
Las competencias del e-moderador en el modelo de Gilly Salmon
 
Breve explicación del modelo de Gilly Salmon
Breve explicación del modelo de Gilly SalmonBreve explicación del modelo de Gilly Salmon
Breve explicación del modelo de Gilly Salmon
 
Que es Slideshare y Como funciona!
Que es Slideshare y Como funciona!Que es Slideshare y Como funciona!
Que es Slideshare y Como funciona!
 
El modelo de_gilly_salmon
El modelo de_gilly_salmonEl modelo de_gilly_salmon
El modelo de_gilly_salmon
 
Modelo de Gilly Salmon y el rol del #tutorvirtual
Modelo de Gilly Salmon y el rol del #tutorvirtualModelo de Gilly Salmon y el rol del #tutorvirtual
Modelo de Gilly Salmon y el rol del #tutorvirtual
 
slideshare¿como funciona?
slideshare¿como funciona?slideshare¿como funciona?
slideshare¿como funciona?
 
The 4 degrees of separation between pain and pleasure
The 4 degrees of separation between pain and pleasureThe 4 degrees of separation between pain and pleasure
The 4 degrees of separation between pain and pleasure
 
社群變現怎麼做 社群經理人暨內容行銷操作實戰
社群變現怎麼做 社群經理人暨內容行銷操作實戰 社群變現怎麼做 社群經理人暨內容行銷操作實戰
社群變現怎麼做 社群經理人暨內容行銷操作實戰
 

Ähnlich wie XML-Extensible Markup Language

Data interchange integration, HTML XML Biological XML DTD
Data interchange integration, HTML XML Biological XML DTDData interchange integration, HTML XML Biological XML DTD
Data interchange integration, HTML XML Biological XML DTD
AnushaMahmood
 

Ähnlich wie XML-Extensible Markup Language (20)

Introduction to XML.ppt
Introduction to XML.pptIntroduction to XML.ppt
Introduction to XML.ppt
 
Introduction to XML.ppt
Introduction to XML.pptIntroduction to XML.ppt
Introduction to XML.ppt
 
1 xml fundamentals
1 xml fundamentals1 xml fundamentals
1 xml fundamentals
 
Unit iv xml dom
Unit iv xml domUnit iv xml dom
Unit iv xml dom
 
Xml iet 2015
Xml iet 2015Xml iet 2015
Xml iet 2015
 
Data interchange integration, HTML XML Biological XML DTD
Data interchange integration, HTML XML Biological XML DTDData interchange integration, HTML XML Biological XML DTD
Data interchange integration, HTML XML Biological XML DTD
 
Xml
XmlXml
Xml
 
Xml unit1
Xml unit1Xml unit1
Xml unit1
 
Xml
XmlXml
Xml
 
XML
XMLXML
XML
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
 
Ch2 neworder
Ch2 neworderCh2 neworder
Ch2 neworder
 
Xml
XmlXml
Xml
 
Xml
XmlXml
Xml
 
XML
XMLXML
XML
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
 
XML
XMLXML
XML
 
XML, DTD & XSD Overview
XML, DTD & XSD OverviewXML, DTD & XSD Overview
XML, DTD & XSD Overview
 
XMl
XMlXMl
XMl
 
Xml
XmlXml
Xml
 

Kürzlich hochgeladen

Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 

Kürzlich hochgeladen (20)

Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 

XML-Extensible Markup Language

  • 1.
  • 2. XML • Extensible Markup Language • Designed to describe data and focus on what data is. • Used to structure store and send information. • Easy to understand and is self describing. • XML is derived from Standard Generalized Markup Language (SGML) • Documents have tags giving extra information about sections of the document – E.g. <title> XML </title> <slide> Introduction …</slide> • Extensible, unlike HTML – Users can add new tags, and separately specify how the tag should be handled for display
  • 3. Types of XML databases There are two major types of XML databases: • XML-enabled: These map all XML to a traditional database, accepting XML as input and rendering XML as output. • Native XML (NXD): The internal model depends on XML and uses XML documents as the fundamental unit of storage.
  • 4. XML document rules • A “well formed” XML doc has to have correct XML syntax and they are : – Must start with a n XML declaration to indicate the version of XML being used as well as other relevant attributes. – Must have a root element. – Must have a closing tag. – XML tags are case sensitive. – XML elements must be properly nested. – XML attribute values must be quoted.
  • 5. <?xml version = "1.0"?> Structure of XML Data <library xmlns:mevlana=“http://mevlana.edu.tr”> <book id="bk101"> <author>Gambardella, Matthew</author> <title>XML Developer's Guide</title> <genre>Computer</genre> <price>44.95</price> <publish_date>2000-10-01</publish_date> </book> </library> <!-- comments --> 5 Start tag End tag Element Attribute Namespace Comments tag XML Document Node
  • 6. • Hierarchical Data Model (Tree Structure). • Basic object in XML is XML document. • 2 main structuring concepts are used to construct an XML doc – Elements : start tag and end tag. – Attributes : additional info to describe elements. • In the tree representation – Internal node : complex elements. – Leaf node : simple elements.
  • 7. Types of XML documents • Data-centric XML doc – Many small data items that follow a specific structure and hence may be extracted from a structured DB. – Formatted as XML doc inoder to exchange or display over web. • Doc-centric XML doc – Large amounts of text ie.book – Few or no structured data elements in these doc. • Hybrid XML doc – Doc may contain structured or unstructured data.
  • 8. XML vs. Relational Database XML Database • XML data is hierarchical • XML data is self-describing • XML data has inherent ordering • An XML database contains collections Relational Database • relational data is represented in a model of logical relationships • relational data is not self- describing • Relational data does not have inherent ordering • A relational database contains tables
  • 11. XML Document Schema • Database schemas constrain what information can be stored, and the data types of stored values • XML documents are not required to have an associated schema • Schemas are very important for XML data exchange • Two mechanisms for specifying XML schema –Document Type Definition (DTD) –XML Schema Definition (XSD)
  • 12. Document Type Definition • DTD constraints structure of XML data – What elements can occur – What attributes can/must an element have – What subelements can/must occur inside each element, and how many times. • Limitations – Data types in DTD are not general – DTD has its own special syntax and thus require special processors.
  • 14. XML Schema Definition • XML Schema is a more sophisticated schema language which addresses the drawbacks of DTDs. Supports Different data types. • XML Schema is itself specified in XML syntax, unlike DTDs • XML Schema is integrated with namespaces • XML Schema is significantly more complicated than DTDs
  • 15. Querying XML Data • There are several languages used to access XML data from XML Documents, some are: – XPath – Xquery (most popular)
  • 16. XPath
  • 17. XQuery • XQuery is a general purpose query language for XML data • XQuery is built on XPath expressions • XQuery is derived from the quilt query language, which itself borrows from SQL • XQuery is supported by all database engines (IBM, Oracle, Microsoft, etc.) • XQuery uses FLOWR (for, let, where, order by , result) – for  SQL from – where  SQL where – order by  SQL order by – result  SQL select – let allows temporary variables
  • 19. Benefits of XML • XML doc is text based – Takes less space can be transmitted efficiently • One XML doc can be displayed differently on different media. • XML doc parts can be reused. • Easy to understand.
  • 20. Drawbacks of XML • Case sensitive in nature • XML syntax are redundant or large to binary representation of the same data. • Users must predefine their own tags • Linking between XML docs requires xlink which is complex compared to hyperlinks.