edu.pdx.cs410J.xml.package.html Maven / Gradle / Ivy
The newest version!
This package contains classes and programs that demonstrate
Java's APIs for working with XML, the Extensible Markup Language.
As of JDK 1.4, Java comes with a standard API for parsing,
modeling, and transforming XML.
Some XML resources
- JAXP:
Java APIs for XML Parsing
- Sun's XML Tutorial
- XML in J2SE 1.4
- The World Wide Web Consortium
- Apache's
Xerces home page