> I have a question about the DOMString class. I am writing a > JNI-based library to access Xerces-J DOMs from C++. In looking for a > decent string class to pass data around my wrapper classes, I came > across Xerces-C's DOMString class.
Just out of curiosity why not use Xeces-C if you are in C/C++ already? 1.6 has full schema support and you may be able to get rid of your JNI code... Jim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
