News

My last article, “Java XML and JSON: Document processing for Java SE, Part 1” introduced a variety of document transformation and processing techniques using SAXON and Jackson.
In order to process an XML document, a Java application will typically use the Document Object Model (DOM) API as standardized by the W3C. In this article, André Tost shows that the XSLT and ...