SGML for Windows NT: Setting up a free SGML/XML editing and publishing system on Windows/Cygwin | ||
---|---|---|
Prev | Next |
xsltproc is a small piece of a larger effort: it is just one application of the libxsl package which in turn uses the libxml package to parse xml. Both are C libraries intended to build XML/XSL-capable applications, but we'll use only xsltproc as the probably smallest available parser/processor combo. As xsltproc is implemented in C, there is no need to have the Java Runtime Engine installed, and it should run faster especially on old hardware.
libxml and libxslt are available as Cygwin packages. If you don't have these packages installed yet, run setup.exe again and install these two packages.