Skip to page content Skip to section menu Skip to site-wide navigation About Us | Consultancy | Training | Software | Publications | Open Source | Support | Open Standards | FAQ | Jobs
Site Style Info

Programming XML with Java — A 3-day course

Synopsis

XML has become popular as a way of representing, transmitting and storing data in a platform and application independent format. This course provides an in-depth introduction to what XML is and how to use it in Java applications. It teaches the major XML technologies that are commonly used within Java applications.

Suitable For

Prerequisites

Publicly scheduled dates, locations, and prices

A schedule of dates for this course is not currently available. Please call 0800 651 0338 or use our contact form to enquire about places and availability.


Contents

Introduction

XML Basics

Namespaces in XML

Validation with DTDs

Validation with XML Schema

Push Parsing using SAX

Pull Parsing using StAX

Tree Parsing using DOM

Using XPath in Java

Java and XSLT