Processing XML documents with Oracle JDeveloper 11g
Creating and Parsing an XML Document
Parsing an XML document with the DOM API
Parsing an XML document with the SAX API
Creating an XML document from the XML schema
JDeveloper built-in schema validation
Schema validation with XSDValidator
Schema validation with a SAX parser
Schema validation with a DOM parser
XPath support in Oracle XDK 11g
Selecting nodes with XPath API
What we will cover in this chapter
Setting the environment for XSLT transformation
Overview of the JSTL XML tag library
Parsing with the JSTL XML tag library
Transforming with the JSTL XML tag library
Loading and Saving XML with DOM 3.0 LS
Validating an XML Document with DOM 3 Validation
Constructing and validating an XML document
Mapping Java to XML using annotations
Comparing XML documents with the XMLDiff class
Converting an XML document to an Excel spreadsheet
Converting an Excel spreadsheet to an XML document
Storing XML in Oracle Berkeley DB XML
Installing Oracle Berkeley DB XML