Java API for XML Processing (JAXP), Getting Started
Hits: 143
Description: As the name implies, the Java API for XML Processing (JAXP) is an API provided by Sun designed to help you write programs for processing XML documents. JAXP is very important for many reasons, not the least of which is the fact that it is a critical part of the Java Web Services Developer Pack (Java WSDP). According to Sun,\"The Java WSDP is an all-in-one download containing key technologies to simplify building of Web services using the Java 2 Platform.\" This is the first lesson in a series designed to initially help you understand how to use JAXP, and to eventually help you understand how to use the Java WSDP