xml_tech
This is an old revision of the document!
Table of Contents
XML Technologies
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, transform it, and then save or serve the new XML document.
Outline
- Overview of XML
- Well-formed versus Valid
- XML Schema: XSD
- XML Parsers: DOM and SAX
- XML Transformations
- XML Style sheets: XSL and XPath
- XSL and JSP
To Do
- Read Section 9.5
- Read Chapter 7
- Look at
Card*.xml/xsd
in the Resource Directory as processed by programsDOM
andValidate
- Look at
Modify
andTranform
to see how trivial it is to modify and save XML documents. - Look at
Xslt.java
. It implements the transformation given the xml/xsl pair and produces the output on standard output. - Look at the
S?.xsl
stylesheets one by one and in order. - SS.jspx implements the transformation at the server via JSP.
xml_tech.1234205589.txt.gz · Last modified: 2009/02/09 18:53 by roumani