问题
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.
回答1:
Have a look at http://xmlroff.org/ - it's C and available for free.
回答2:
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).
来源:https://stackoverflow.com/questions/2244735/xsl-fo-processor-for-c-c