What is XML
Difference between XML and HTML
How Can XML be Used?
XML Tree
XML Syntax Rules
XML Elements
XML Attributes
XML Formatter
With Demo
-how to code xml
-how to install notepad++ xml tools
-use notepad++ to check syntax and as validator
- use XML Formatter
XML that follows rules and syntax
is a “Well Formed” XML
Root:
Parents of all the elements
XML Prolog:
Optional.
Written at the first line
XML Tags:
Elements must have a closing tags
Case Sensitive
Attributes:
Must be quoted to see value
Nesting:
XML must nested properly
Entity Reference:
Some character have meaning in xml and if use it will provide error
Instead replace it with entity reference
What is XML DOM
XML to TREE View
XML Namespace
The xmlns Attribute
Default Namespace
Install and how to use wizdler
What is XML Xpath
XPath tools online
Absolute Xpath vs Relative XPath
What is XSL
What is XSLT
Sample Demo