We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 20
UNIT 4 XML
XML: Basic XML- Document Type Definition- XML Schema DOM and Presenting XML,
XML Parsers and Validation, XSL and XSLT Transformation, News Feed (RSS and ATOM)
What are the markup languages available nowaday’
1. GML
2. SGML.
3. HTML
4, XML
at is XML?
XML stands for eXtensible Markup Language
XML is a markup language much like HTML
XML was designed to XML is designed to transport and store data, not to display data
XML tags are not predefined. You must define your own tags
XML is a W3C Recommendation
What are the difference between HTML and XML?
S.no HTML XML
1 | HTML stands for Hyper Text Markup | XML stands for eXtensible Markup Language
Language
2 | HTML is designed to display data with | XMT is used to transport and store data with
the focus on look and feel of data. focus on what data is.
HTML is case insensitive XML is case sensitive
HTML has predefined tags [XML has user defined tags
For Example:
<2xml version="1.0"?>
First program<‘title> 1115134001 Sankar Chennais/Address>
XML: Introduction To XML, Defining XML Tags, Their Attributes and Values, Document Type Definition, XML Schemas, Document Object Model, XHTML. Parsing XML Data - DOM and SAX Parsers in Java