SlideShare a Scribd company logo
XML Contents                      -            1 Day
Session 1       - 2 hours .............................................................................................................................................................. 1
     Introduction to XML ........................................................................................................................................................ 1
Session 2       - 2 hours .............................................................................................................................................................. 1
     Working with XML........................................................................................................................................................... 1
Session 3       - 2 hours .............................................................................................................................................................. 1
     XML Advanced (DOM & SAX) .......................................................................................................................................... 1
Session 4       - 2 hours .............................................................................................................................................................. 1
     XML Applications............................................................................................................................................................. 1




XML TOC
Duration: - 1 Day


Session 1 -                       2 hours
Introduction to XML
        What is XML, and how does it differ from HTML?
        How XML can be used
        XML Tree (How an XML document forms a logical tree structure.)
        XML Syntax (The logical and very simple syntax rules of XML.)
        XML Elements (XML Elements, naming rules, and their parent and child relationships.)
        XML Attributes (How attributes can be used to provide additional information about elements.)


Session 2 -                       2 hours
Working with XML
        Understanding and Using DTDs & Creating Custom DTDs.
        Understanding and Using XML Schema & Building Custom XML Schemas.
        XML Validation (The diff. between a well-formed and a valid XML doc, and how to specify the structure of an XML doc.)
        XML Validator (A simple on-line tool for syntax-checking (validating) XML.)
        Viewing XML in Browsers (How to view XML files with your browser.)


Session 3 -                       2 hours
XML Advanced (DOM & SAX)
        XML Parser (How to use your browser tread, update, create, and manipulate XML documents.)
        XML DOM (About XML Document Object Model (The DOM).
        XML SAX (About XML SAX model).
        XML to HTML


Session 4 -                       2 hours
XML Applications
        How to use XML data and JavaScript to create a complete HTML application.
        XML Namespaces (How XML namespaces can be used to avoid element name conflicts.)
        How store invalid XML data inside a valid XML document.
        How to use different character sets in your XML documents.

More Related Content

Similar to Xml toc 1 day

eXtensible Markup Language (XML)
eXtensible Markup Language (XML)eXtensible Markup Language (XML)
eXtensible Markup Language (XML)
Serhii Kartashov
 
Jaxp Xmltutorial 11 200108
Jaxp Xmltutorial 11 200108Jaxp Xmltutorial 11 200108
Jaxp Xmltutorial 11 200108
nit Allahabad
 
XML1.pptx
XML1.pptxXML1.pptx
Oracle soa xml faq
Oracle soa xml faqOracle soa xml faq
Oracle soa xml faq
xavier john
 
Tutor Xml Gxs
Tutor Xml GxsTutor Xml Gxs
Tutor Xml Gxs
nit Allahabad
 
Unit 2.3
Unit 2.3Unit 2.3
Xml andweb services
Xml andweb services Xml andweb services
Xml andweb services
ayushagrawal464
 
uptu web technology unit 2 Xml2
uptu web technology unit 2 Xml2uptu web technology unit 2 Xml2
uptu web technology unit 2 Xml2
Abhishek Kesharwani
 
Unit 2.3
Unit 2.3Unit 2.3
Xml
XmlXml
Full xml
Full xmlFull xml
OPP2010 (Brussels) - Programming with XML in PL/SQL - Part 1
OPP2010 (Brussels) - Programming with XML in PL/SQL - Part 1OPP2010 (Brussels) - Programming with XML in PL/SQL - Part 1
OPP2010 (Brussels) - Programming with XML in PL/SQL - Part 1
Marco Gralike
 
Module 5 XML Notes.pdf
Module 5 XML Notes.pdfModule 5 XML Notes.pdf
Module 5 XML Notes.pdf
ssuser21721b
 
Xml viva questions
Xml viva questionsXml viva questions
Xml viva questions
Vipul Naik
 
Xml
XmlXml
Web services Overview in depth
Web services Overview in depthWeb services Overview in depth
Web services Overview in depth
AbdulImrankhan7
 
Applied xml programming for microsoft
Applied xml programming for microsoftApplied xml programming for microsoft
Applied xml programming for microsoft
Raghu nath
 
paper about xml
paper about xmlpaper about xml
Xml
XmlXml
Introduction to xml
Introduction to xmlIntroduction to xml
Introduction to xml
soumya
 

Similar to Xml toc 1 day (20)

eXtensible Markup Language (XML)
eXtensible Markup Language (XML)eXtensible Markup Language (XML)
eXtensible Markup Language (XML)
 
Jaxp Xmltutorial 11 200108
Jaxp Xmltutorial 11 200108Jaxp Xmltutorial 11 200108
Jaxp Xmltutorial 11 200108
 
XML1.pptx
XML1.pptxXML1.pptx
XML1.pptx
 
Oracle soa xml faq
Oracle soa xml faqOracle soa xml faq
Oracle soa xml faq
 
Tutor Xml Gxs
Tutor Xml GxsTutor Xml Gxs
Tutor Xml Gxs
 
Unit 2.3
Unit 2.3Unit 2.3
Unit 2.3
 
Xml andweb services
Xml andweb services Xml andweb services
Xml andweb services
 
uptu web technology unit 2 Xml2
uptu web technology unit 2 Xml2uptu web technology unit 2 Xml2
uptu web technology unit 2 Xml2
 
Unit 2.3
Unit 2.3Unit 2.3
Unit 2.3
 
Xml
XmlXml
Xml
 
Full xml
Full xmlFull xml
Full xml
 
OPP2010 (Brussels) - Programming with XML in PL/SQL - Part 1
OPP2010 (Brussels) - Programming with XML in PL/SQL - Part 1OPP2010 (Brussels) - Programming with XML in PL/SQL - Part 1
OPP2010 (Brussels) - Programming with XML in PL/SQL - Part 1
 
Module 5 XML Notes.pdf
Module 5 XML Notes.pdfModule 5 XML Notes.pdf
Module 5 XML Notes.pdf
 
Xml viva questions
Xml viva questionsXml viva questions
Xml viva questions
 
Xml
XmlXml
Xml
 
Web services Overview in depth
Web services Overview in depthWeb services Overview in depth
Web services Overview in depth
 
Applied xml programming for microsoft
Applied xml programming for microsoftApplied xml programming for microsoft
Applied xml programming for microsoft
 
paper about xml
paper about xmlpaper about xml
paper about xml
 
Xml
XmlXml
Xml
 
Introduction to xml
Introduction to xmlIntroduction to xml
Introduction to xml
 

Xml toc 1 day

  • 1. XML Contents - 1 Day Session 1 - 2 hours .............................................................................................................................................................. 1 Introduction to XML ........................................................................................................................................................ 1 Session 2 - 2 hours .............................................................................................................................................................. 1 Working with XML........................................................................................................................................................... 1 Session 3 - 2 hours .............................................................................................................................................................. 1 XML Advanced (DOM & SAX) .......................................................................................................................................... 1 Session 4 - 2 hours .............................................................................................................................................................. 1 XML Applications............................................................................................................................................................. 1 XML TOC Duration: - 1 Day Session 1 - 2 hours Introduction to XML  What is XML, and how does it differ from HTML?  How XML can be used  XML Tree (How an XML document forms a logical tree structure.)  XML Syntax (The logical and very simple syntax rules of XML.)  XML Elements (XML Elements, naming rules, and their parent and child relationships.)  XML Attributes (How attributes can be used to provide additional information about elements.) Session 2 - 2 hours Working with XML  Understanding and Using DTDs & Creating Custom DTDs.  Understanding and Using XML Schema & Building Custom XML Schemas.  XML Validation (The diff. between a well-formed and a valid XML doc, and how to specify the structure of an XML doc.)  XML Validator (A simple on-line tool for syntax-checking (validating) XML.)  Viewing XML in Browsers (How to view XML files with your browser.) Session 3 - 2 hours XML Advanced (DOM & SAX)  XML Parser (How to use your browser tread, update, create, and manipulate XML documents.)  XML DOM (About XML Document Object Model (The DOM).  XML SAX (About XML SAX model).  XML to HTML Session 4 - 2 hours XML Applications  How to use XML data and JavaScript to create a complete HTML application.  XML Namespaces (How XML namespaces can be used to avoid element name conflicts.)  How store invalid XML data inside a valid XML document.  How to use different character sets in your XML documents.