liaK
liaK

Reputation: 11648

XSL-FO Processor for C/C++

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.

Upvotes: 5

Views: 2522

Answers (2)

Frerich Raabe
Frerich Raabe

Reputation: 94469

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

Upvotes: 4

anon
anon

Reputation:

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).

Upvotes: 0

Related Questions