The code of sablotron is written in C++ (I checked, make after configure uses g++ on Linux). It does make use of libexpat, but it does not look as bad as xsltproc. C++ is still a problem, unless the code will work with ancient C++, post C++89, pre C++99, compilers.
Olga On Sat, Aug 18, 2012 at 10:01 AM, James Fuller <[email protected]> wrote: > sablotron is an older xslt 1.0 processor (written in C, which maybe > close enough for you) of solid quality but little ongoing maintenance > these days > > http://sourceforge.net/projects/sablotron/ > > hth, J > > > > On Sat, Aug 18, 2012 at 1:31 AM, ольга крыжановская > <[email protected]> wrote: >> Norman, you may have a better overview. >> >> Do you know any xslt processor, written in ANSI C and which does not >> have other requirements than libc and libm (not libxml2, not other >> libraries, not java, not python, not C++), which can process your >> docbook xslt man/xhtml style sheets? >> >> Olga >> -- >> , _ _ , >> { \/`o;====- Olga Kryzhanovska -====;o`\/ } >> .----'-/`-/ [email protected] \-`\-'----. >> `'-..-| / http://twitter.com/fleyta \ |-..-'` >> /\/\ Solaris/BSD//C/C++ programmer /\/\ >> `--` `--` >> >> _______________________________________________________________________ >> >> XML-DEV is a publicly archived, unmoderated list hosted by OASIS >> to support XML implementation and development. To minimize >> spam in the archives, you must subscribe before posting. >> >> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/ >> Or unsubscribe: [email protected] >> subscribe: [email protected] >> List archive: http://lists.xml.org/archives/xml-dev/ >> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php >> -- , _ _ , { \/`o;====- Olga Kryzhanovska -====;o`\/ } .----'-/`-/ [email protected] \-`\-'----. `'-..-| / http://twitter.com/fleyta \ |-..-'` /\/\ Solaris/BSD//C/C++ programmer /\/\ `--` `--` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
