The document outlines a 1-day training course on XML consisting of 4 sessions. Session 1 introduces XML syntax and structure over 2 hours. Session 2 covers working with XML through DTDs, schemas, and validation in 2 hours. Session 3 spends 2 hours on advanced XML topics like DOM, SAX, and parsing. Finally, Session 4 explores XML applications such as using XML with JavaScript and namespaces over 2 hours.
1 of 1
Download to read offline
More Related Content
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.