amoussa11

XML Tutorial

Feb 19th, 2019
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.28 KB | None | 0 0
  1. <breakfast_menu>
  2.    <food>
  3.        <name>Belgian Waffles</name>
  4.        <price>$5.95</price>
  5.        <description>Two of our famous Belgian Waffles with plenty of real maple syrup</description>
  6.        <calories>650</calories> </food>
  7.    <food>
  8.        <name>Strawberry Belgian Waffles</name>
  9.        <price>$7.95</price>
  10.        <description>Light Belgian waffles covered with strawberries and whipped cream</description>
  11.        <calories>900</calories> </food>
  12.    <food>
  13.        <name>Berry-Berry Belgian Waffles</name>
  14.        <price>$8.95</price>
  15.        <description>Light Belgian waffles covered with an assortment of fresh berries and whipped cream</description>
  16.        <calories>900</calories> </food>
  17.    <food>
  18.        <name>French Toast</name>
  19.        <price>$4.50</price>
  20.        <description>Thick slices made from our homemade sourdough bread</description>
  21.        <calories>600</calories> </food>
  22.    <food>
  23.        <name>Homestyle Breakfast</name>
  24.        <price>$6.95</price>
  25.        <description>Two eggs, bacon or sausage, toast, and our ever-popular hash browns</description>
  26.        <calories>950</calories> </food>
  27. </breakfast_menu>
  28.  
  29. Why Study XML?
  30. XML plays an important role in many different IT systems.
  31.  
  32. XML is often used for distributing data over the Internet.
  33.  
  34. It is important (for all types of software developers!) to have a good understanding of XML.
  35.  
  36. What You Will Learn
  37. This tutorial will give you a solid understanding of XML:
  38.  
  39. What is XML?
  40. How does XML work?
  41. How can I use XML?
  42. What can I use XML for?
  43. Important XML Standards
  44. This tutorial will also dig deep into the following important XML standards:
  45.  
  46. XML AJAX
  47. XML DOM
  48. XML XPath
  49. XML XSLT
  50. XML XQuery
  51. XML DTD
  52. XML Schema
  53. XML Services
  54. We recommend reading this tutorial, in the sequence listed in the left menu.
  55.  
  56. Learn by Examples
  57. Examples are better than 1000 words. Examples are often easier to understand than text explanations.
  58.  
  59. This tutorial supplements all explanations with clarifying "Try it Yourself" examples.
  60.  
  61. XML Examples
  62. AJAX Examples
  63. DOM Examples
  64. XPath Examples
  65. XSLT Examples
  66. If you try all the examples, you will learn a lot about XML in a very short time!
  67.  
  68. XML Quiz Test
  69. Test your XML skills at W3Schools!
  70.  
  71. Start the XML Quiz!
  72. XML Exam - Get Your Diploma!
  73. W3Schools Certification
  74. W3Schools' Online Certification
  75. The perfect solution for professionals who need to balance work, family, and career building.
  76.  
  77. More than 25 000 certificates already issued!
  78.  
  79.  
  80. The HTML Certificate documents your knowledge of HTML.
  81.  
  82. The CSS Certificate documents your knowledge of advanced CSS.
  83.  
  84. The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
  85.  
  86. The jQuery Certificate documents your knowledge of jQuery.
  87.  
  88. The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
  89.  
  90. The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
  91.  
  92. The Bootstrap Certificate documents your knowledge of the Bootstrap framework.
  93.  
  94.  
  95.  
  96. COLOR PICKER
  97.  colorpicker
  98. HOW TO
  99. Tabs
  100. Dropdowns
  101. Accordions
  102. Side Navigation
  103. Top Navigation
  104. Modal Boxes
  105. Progress Bars
  106. Parallax
  107. Login Form
  108. HTML Includes
  109. Google Maps
  110. Range Sliders
  111. Tooltips
  112. Slideshow
  113. Filter List
  114. Sort List
  115. SHARE
  116.  
  117.  
  118. CERTIFICATES
  119. HTML
  120. CSS
  121. JavaScript
  122. PHP
  123. jQuery
  124. Bootstrap
  125. XML
Add Comment
Please, Sign In to add comment