>> This is off-topic as there's no namespaces used in Xercesc-C++ >Maureen has been writing in with a number of basic questions, and has >indicated that she's working on unix which is unfamiliar, and porting >someone elses project and would like to use Xerces.
The statement's a bit strong, but it's still a valid point. The brief summary, if I'm understanding this correctly, is that Xerces itself shouldn't be affected by variations in how compilers respond to C++ namespaces, because it avoids using them. Your application code may use them and hence may be sensitive to this issue. Since Xerces has been dodging the issue, this probably isn't the best place to find folks with experience in fighting it head-on. If you've got a question about Xerces, this is definitely a good place to ask. If you've got a general C++ programming question (which this appears to be), or a question about a particular compiler, there are undoubtedly better places to look for advice. Of course if the question was about XML Namespaces, Xerces fully (and as far as I know correctly!) supports those, and your choice of compiler or platform shouldn't affect that. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
