Hi, We're using Xerces-J to parsing XML in JAVA application on embedded device but meet performance problem. So we're thinking about wrapping Xerces-C++ into JAVA with JNI to improve the performance. And my question is that is there an exist JNI wrapper for Xerces-C++? I have google for a lot of time but find no answer.
Thanks, Weining