Advertisement
modeee

This tutorial will teach you XML from basic to advanced

Mar 6th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 9.75 KB | None | 0 0
  1. This tutorial will teach you XML from basic to advanced.
  2.                      *******************
  3. This is the dream of every developer with regard to all XML with all the codes from the beginning to the professionalism and programming
  4. (XML)
  5.  
  6. ******************
  7. *Learn XML*
  8. ******************
  9.  
  10.  
  11. XML stands for eXtensible Markup Language.
  12.  
  13. XML was designed to store and transport data.
  14.  
  15. XML was designed to be both human- and machine-readable.
  16. ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  17.  
  18. XML Tutorial
  19. XML HOME
  20. XML Introduction
  21. XML How to use
  22. XML Tree
  23. XML Syntax
  24. XML Elements
  25. XML Attributes
  26. XML Namespaces
  27. XML Display
  28. XML HttpRequest
  29. XML Parser
  30. XML DOM
  31. XML XPath
  32. XML XSLT
  33. XML XQuery
  34. XML XLink
  35. XML Validator
  36. XML DTD
  37. XML Schema
  38. XML Server
  39. XML Examples
  40. XML Quiz
  41. XML Certificate
  42.  
  43. ******************
  44. *Learn XML AJAX*
  45. ******************
  46.  
  47.  
  48.  
  49. AJAX is a developer's dream, because you can:
  50.  
  51.     Update a web page without reloading the page
  52.     Request data from a server - after the page has loaded
  53.     Receive data from a server - after the page has loaded
  54.     Send data to a server - in the background
  55. ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  56. XML AJAX
  57. AJAX Introduction
  58. AJAX XMLHttp
  59. AJAX Request
  60. AJAX Response
  61. AJAX XML File
  62. AJAX PHP
  63. AJAX ASP
  64. AJAX Database
  65. AJAX Applications
  66. AJAX Examples
  67.  
  68. ******************
  69. *Learn XML DOM*
  70. ******************
  71.  
  72. What is the DOM?
  73.  
  74. The DOM defines a standard for accessing and manipulating documents:
  75.  
  76. "The W3C Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document."
  77.  
  78. The HTML DOM defines a standard way for accessing and manipulating HTML documents. It presents an HTML document as a tree-structure.
  79.  
  80. The XML DOM defines a standard way for accessing and manipulating XML documents. It presents an XML document as a tree-structure.
  81.  
  82. Understanding the DOM is a must for anyone working with HTML or XML.
  83. ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  84. XML DOM
  85. DOM Introduction
  86. DOM Nodes
  87. DOM Accessing
  88. DOM Node Info
  89. DOM Node List
  90. DOM Traversing
  91. DOM Navigating
  92. DOM Get Values
  93. DOM Change Nodes
  94. DOM Remove Nodes
  95. DOM Replace Nodes
  96. DOM Create Nodes
  97. DOM Add Nodes
  98. DOM Clone Nodes
  99. DOM Examples
  100.  
  101. ******************
  102. *Learn XPath*
  103. ******************
  104.  
  105.  
  106. What is XPath?
  107.  
  108. XPath is a major element in the XSLT standard.
  109.  
  110. XPath can be used to navigate through elements and attributes in an XML document.
  111. ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  112. XPath Tutorial
  113. XPath Introduction
  114. XPath Nodes
  115. XPath Syntax
  116. XPath Axes
  117. XPath Operators
  118. XPath Examples
  119.  
  120. ******************
  121. *Learn XSLT*
  122. ******************
  123.  
  124.  
  125.  
  126. XSL (EXtensible Stylesheet Language) is a styling language for XML.
  127.  
  128. XSLT stands for XSL Transformations.
  129.  
  130. This tutorial will teach you how to use XSLT to transform XML documents into other formats (like transforming XML into HTML).
  131. ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  132. XSLT Tutorial
  133. XSLT Introduction
  134. XSL Languages
  135. XSLT Transform
  136. XSLT <template>
  137. XSLT <value-of>
  138. XSLT <for-each>
  139. XSLT <sort>
  140. XSLT <if>
  141. XSLT <choose>
  142. XSLT Apply
  143. XSLT on the Client
  144. XSLT on the Server
  145. XSLT Edit XML
  146. XSLT Examples
  147.  
  148. ******************
  149. *Learn XQuery*
  150. ******************
  151.  
  152.  
  153. What is XQuery?
  154.  
  155. XQuery is to XML what SQL is to databases.
  156.  
  157. XQuery is designed to query XML data.
  158. ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  159. XQuery Tutorial
  160. XQuery Introduction
  161. XQuery Example
  162. XQuery FLWOR
  163. XQuery HTML
  164. XQuery Terms
  165. XQuery Syntax
  166. XQuery Add
  167. XQuery Select
  168. XQuery Functions
  169.  
  170. ******************
  171. *Learn XML DTD*
  172. ******************
  173.  
  174. What is a DTD?
  175.  
  176. A DTD is a Document Type Definition.
  177.  
  178. A DTD defines the structure and the legal elements and attributes of an XML document.
  179. Why Use a DTD?
  180.  
  181. With a DTD, independent groups of people can agree on a standard DTD for interchanging data.
  182.  
  183. An application can use a DTD to verify that XML data is valid.
  184. ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  185. XML DTD
  186. DTD Introduction
  187. DTD Building Blocks
  188. DTD Elements
  189. DTD Attributes
  190. DTD Elements vs Attr
  191. DTD Entities
  192. DTD Examples
  193.  
  194. ******************
  195. *Learn XSD Schema*
  196. ******************
  197.  
  198. What is an XML Schema?
  199.  
  200. An XML Schema describes the structure of an XML document.
  201.  
  202. The XML Schema language is also referred to as XML Schema Definition (XSD).
  203. ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  204. XSD Schema
  205. XSD Introduction
  206. XSD How To
  207. XSD <schema>
  208. XSD Elements
  209. XSD Attributes
  210. XSD Restrictions
  211.  
  212. ******************
  213. *Learn XSD Complex*
  214. ******************
  215.  
  216. What is a Complex Element?
  217.  
  218. A complex element is an XML element that contains other elements and/or attributes.
  219.  
  220. There are four kinds of complex elements:
  221.  
  222.     empty elements
  223.     elements that contain only other elements
  224.     elements that contain only text
  225.     elements that contain both other elements and text
  226.  
  227. Note: Each of these elements may contain attributes as well!
  228. ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  229. XSD Complex
  230. XSD Elements
  231. XSD Empty
  232. XSD Elements Only
  233. XSD Text Only
  234. XSD Mixed
  235. XSD Indicators
  236. XSD <any>
  237. XSD <anyAttribute>
  238. XSD Substitution
  239. XSD Example
  240.  
  241. ******************
  242. *Learn XSD Data*
  243. ******************
  244.  
  245. String data types are used for values that contains character strings.
  246. String Data Type
  247.  
  248. The string data type can contain characters, line feeds, carriage returns, and tab characters.
  249.  
  250. The following is an example of a string declaration in a schema:
  251. ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  252. XSD Data
  253. XSD String
  254. XSD Date
  255. XSD Numeric
  256. XSD Misc
  257. XSD Reference
  258.  
  259. ******************
  260. *Learn XSD Services*
  261. ******************
  262.  
  263. Web services are web application components.
  264.  
  265. Web services can be published, found, and used on the Web.
  266.  
  267. This tutorial introduces WSDL, SOAP, RDF, and RSS.
  268. ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  269. Web Services
  270. XML Services
  271. XML WSDL
  272. XML SOAP
  273. XML RDF
  274. XML RSS
  275.  
  276. References
  277. DOM Node Types
  278. DOM Node
  279. DOM NodeList
  280. DOM NamedNodeMap
  281. DOM Document
  282. DOM Element
  283. DOM Attribute
  284. DOM Text
  285. DOM CDATA
  286. DOM Comment
  287. DOM XMLHttpRequest
  288. DOM Parser
  289. XSLT Elements
  290. XSLT/XPath Functions
  291. ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
  292.  
  293.  
  294. *********************************************************
  295. * After the download and view the explanation.                                            *
  296. *What do you think of this explanation? We want to hear from you!                *
  297. *We are interested to hear your feedback so we can continually improve our  *
  298. *********************************************************
  299.  
  300. Download from here:
  301. http://bit.ly/2msEQgG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement