Does anyone know about the processor for XSL-FO based on C/C++ for Wi开发者_StackOverflow社区ndows 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.
Have a look at http://xmlroff.org/ - it's C and available for free.
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).
精彩评论