Session
JAXP 1.1 for Java API for XML Processing
Edwin Goei, Software Engineer, Sun Microsystems
Track: Java/XML
Date: Thursday, March 29
Time: 9:30am
- 10:15am
This session will describe the Java API for XML Processing or JAXP. We
will describe the parsing API first introduced in JAXP version 1.0 and
then
move on to describe the new XSLT transformation APIs introduced in the
latest version of JAXP, version 1.1. JAXP is a pluggable API which
allows
applications to use a different XML processor without having to rewrite
application code. We will present example code fragments of typical
usage.