Hey Dave, Thanks for the reply. Yes that will solve the problem just fine. I have modified my copy of the library here and rebuilt it so that we may continue with our work, but I wanted to ensure that future versions had this fix in it.
I think I used static_cast<char> in my changes, but same difference :) Thanks for your attention! -Greg -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 20, 2003 2:22 PM To: 'xalan-c-users@xml.apache.org' Subject: RE: Enums/chars and XMLChar.hpp Hi Greg, I got your note last night and I've changed the header files to cast the enums to chars: static bool isBaseChar(XalanDOMChar c) { return theUnicodeTable[c] == char(XML_BC); } That will take care of problem, correct? These changes won't go in until the 1.6 release. Dave