tags:

views:

225

answers:

2

Hi,

Does anyone know about the processor for XSL-FO based on C/C++ for Windows XP and for free? My product is based on c++ and I don't want to use Apache's FOP so that I don't have to bundle JVM with my product. I could find commercial ones but I need a free one. Someone can help me with this.

A: 

Have a look at http://xmlroff.org/ - it's C and available for free.

Frerich Raabe
A: 

If xmlroof not prove good enough, check this: http://java.sun.com/j2se/1.4.2/docs/guide/jni/spec/invocation.html to see how to invoke FOP from C++ (JVM is quite widespread).