| 
 | ||||||
| SummaryThird-party libraries that must be or can be linked to Sablotron. | ||||||
| DescriptionExpat - an XML parser Sablotron depends on. This is the only MANDATORY dependence. Sablotron looks for Expat during the configuration. Expat is a standard part of many operating systems and is available for all systems where Sablotron can run. Expat is distributed under the MIT license.Iconv - a GNU encoding library you need if you want to use more 
encodings/charsets than these supported by Sablotron internally. 
See  JavaScript - JS C (SpiderMonkey) engine by Mozilla is needed 
to run XSLT extension function. See  Readline - a GNU library providing the XSLT debugger with 
functions to easily work with the command line. You may want to
link Readline if you compile Sablotron with XSLT debugger
(./configure --enable-debugger --with-readline). Without Readline,
the debugger still works, but you can't use user-friendly features
such as the command-line history.
Readline is distributed under the GNU GPL license, thus you must 
use Sablotron under the GPL (this is one of two possible alternatives, 
see  | ||||||
| See Also
 |