xml
Table of Contents
XML
This lecture covers XML and the host of technologies associated with it. Using XML tools you should be able to access an XML document, ensure it is well-formed and valid, process it, modify it, and then save it as a new XML document.
Outline
- What is XML
- Namespaces and Entities
- Well-formed versus Valid
- Creating an XML Schema
- XML Parsers: SAX and DOM
- Transforming XML
To Do
- Read Chapter 7 up to Section 7.8
- Read Section 9.5
- Look at
Card*.xml/xsd
files in the Resource Directory as processed by the Java programsDOM
,Validate
,Modify
, andSAX
. TheTranform
programs show how it is trivial to save a modified document back to XML.
Slides from Lecture
xml.txt · Last modified: 2008/08/29 19:09 by roumani