Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This tutorial will teach you XML from basic to advanced.
- *******************
- This is the dream of every developer with regard to all XML with all the codes from the beginning to the professionalism and programming
- (XML)
- ******************
- *Learn XML*
- ******************
- XML stands for eXtensible Markup Language.
- XML was designed to store and transport data.
- XML was designed to be both human- and machine-readable.
- ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- XML Tutorial
- XML HOME
- XML Introduction
- XML How to use
- XML Tree
- XML Syntax
- XML Elements
- XML Attributes
- XML Namespaces
- XML Display
- XML HttpRequest
- XML Parser
- XML DOM
- XML XPath
- XML XSLT
- XML XQuery
- XML XLink
- XML Validator
- XML DTD
- XML Schema
- XML Server
- XML Examples
- XML Quiz
- XML Certificate
- ******************
- *Learn XML AJAX*
- ******************
- AJAX is a developer's dream, because you can:
- Update a web page without reloading the page
- Request data from a server - after the page has loaded
- Receive data from a server - after the page has loaded
- Send data to a server - in the background
- ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- XML AJAX
- AJAX Introduction
- AJAX XMLHttp
- AJAX Request
- AJAX Response
- AJAX XML File
- AJAX PHP
- AJAX ASP
- AJAX Database
- AJAX Applications
- AJAX Examples
- ******************
- *Learn XML DOM*
- ******************
- What is the DOM?
- The DOM defines a standard for accessing and manipulating documents:
- "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."
- The HTML DOM defines a standard way for accessing and manipulating HTML documents. It presents an HTML document as a tree-structure.
- The XML DOM defines a standard way for accessing and manipulating XML documents. It presents an XML document as a tree-structure.
- Understanding the DOM is a must for anyone working with HTML or XML.
- ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- XML DOM
- DOM Introduction
- DOM Nodes
- DOM Accessing
- DOM Node Info
- DOM Node List
- DOM Traversing
- DOM Navigating
- DOM Get Values
- DOM Change Nodes
- DOM Remove Nodes
- DOM Replace Nodes
- DOM Create Nodes
- DOM Add Nodes
- DOM Clone Nodes
- DOM Examples
- ******************
- *Learn XPath*
- ******************
- What is XPath?
- XPath is a major element in the XSLT standard.
- XPath can be used to navigate through elements and attributes in an XML document.
- ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- XPath Tutorial
- XPath Introduction
- XPath Nodes
- XPath Syntax
- XPath Axes
- XPath Operators
- XPath Examples
- ******************
- *Learn XSLT*
- ******************
- XSL (EXtensible Stylesheet Language) is a styling language for XML.
- XSLT stands for XSL Transformations.
- This tutorial will teach you how to use XSLT to transform XML documents into other formats (like transforming XML into HTML).
- ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- XSLT Tutorial
- XSLT Introduction
- XSL Languages
- XSLT Transform
- XSLT <template>
- XSLT <value-of>
- XSLT <for-each>
- XSLT <sort>
- XSLT <if>
- XSLT <choose>
- XSLT Apply
- XSLT on the Client
- XSLT on the Server
- XSLT Edit XML
- XSLT Examples
- ******************
- *Learn XQuery*
- ******************
- What is XQuery?
- XQuery is to XML what SQL is to databases.
- XQuery is designed to query XML data.
- ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- XQuery Tutorial
- XQuery Introduction
- XQuery Example
- XQuery FLWOR
- XQuery HTML
- XQuery Terms
- XQuery Syntax
- XQuery Add
- XQuery Select
- XQuery Functions
- ******************
- *Learn XML DTD*
- ******************
- What is a DTD?
- A DTD is a Document Type Definition.
- A DTD defines the structure and the legal elements and attributes of an XML document.
- Why Use a DTD?
- With a DTD, independent groups of people can agree on a standard DTD for interchanging data.
- An application can use a DTD to verify that XML data is valid.
- ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- XML DTD
- DTD Introduction
- DTD Building Blocks
- DTD Elements
- DTD Attributes
- DTD Elements vs Attr
- DTD Entities
- DTD Examples
- ******************
- *Learn XSD Schema*
- ******************
- What is an XML Schema?
- An XML Schema describes the structure of an XML document.
- The XML Schema language is also referred to as XML Schema Definition (XSD).
- ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- XSD Schema
- XSD Introduction
- XSD How To
- XSD <schema>
- XSD Elements
- XSD Attributes
- XSD Restrictions
- ******************
- *Learn XSD Complex*
- ******************
- What is a Complex Element?
- A complex element is an XML element that contains other elements and/or attributes.
- There are four kinds of complex elements:
- empty elements
- elements that contain only other elements
- elements that contain only text
- elements that contain both other elements and text
- Note: Each of these elements may contain attributes as well!
- ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- XSD Complex
- XSD Elements
- XSD Empty
- XSD Elements Only
- XSD Text Only
- XSD Mixed
- XSD Indicators
- XSD <any>
- XSD <anyAttribute>
- XSD Substitution
- XSD Example
- ******************
- *Learn XSD Data*
- ******************
- String data types are used for values that contains character strings.
- String Data Type
- The string data type can contain characters, line feeds, carriage returns, and tab characters.
- The following is an example of a string declaration in a schema:
- ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- XSD Data
- XSD String
- XSD Date
- XSD Numeric
- XSD Misc
- XSD Reference
- ******************
- *Learn XSD Services*
- ******************
- Web services are web application components.
- Web services can be published, found, and used on the Web.
- This tutorial introduces WSDL, SOAP, RDF, and RSS.
- ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- Web Services
- XML Services
- XML WSDL
- XML SOAP
- XML RDF
- XML RSS
- References
- DOM Node Types
- DOM Node
- DOM NodeList
- DOM NamedNodeMap
- DOM Document
- DOM Element
- DOM Attribute
- DOM Text
- DOM CDATA
- DOM Comment
- DOM XMLHttpRequest
- DOM Parser
- XSLT Elements
- XSLT/XPath Functions
- ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
- *********************************************************
- * After the download and view the explanation. *
- *What do you think of this explanation? We want to hear from you! *
- *We are interested to hear your feedback so we can continually improve our *
- *********************************************************
- Download from here:
- http://bit.ly/2msEQgG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement