First page Back Continue Last page Overview Text

Notes:


XML Parsers

Xerces is XML parser. Java/C++
expat is an XML parser, written in C, by James Clark
Libxml is the XML C library for Gnome
XML::Parser is a perl interface to expat
MSXML / Microsoft XML Core Services, parser and transformer

XSLT Transformers

Xalan is XSLT stylesheet processor in Java/C++
XT is XSLT processor in Java (by James Clark)
XML::XSLT is a perl implementation
MSXML / Microsoft XML Core Services, parser and transformer
Saxon is a java-based transformer


FOP - XSL formatting objects, in Java.
With Batik, you can manipulate SVG documents anywhere Java is available.

Batik makes it easy for Java based applications to deal with SVG content. For example, using Batik's SVG generator, a Java application can very easily export its graphics in the SVG format. Using Batik's SVG processor and SVG Viewing component, an application can very easily integrate SVG viewing capabilities. Another possibility is to use Batik's modules to convert SVG to various formats, such as raster images (JPEG or PNG).