Hi Vin,

If you're on Windows, it's probably a conflict with Microsoft's class of
the same name.

Dave



                                                                                       
                                                  
                      Vincent Finn                                                     
                                                  
                      <[EMAIL PROTECTED]         To:      "'[EMAIL PROTECTED]'" 
<[EMAIL PROTECTED]>                   
                      omsoft.com>               cc:      (bcc: David N 
Bertoni/Cambridge/IBM)                                            
                                                Subject: upgrade from xerces C 2.1 to 
2.2                                                
                      08/27/2003 09:38                                                 
                                                  
                      AM                                                               
                                                  
                      Please respond to                                                
                                                  
                      xerces-c-dev                                                     
                                                  
                                                                                       
                                                  



Hi,

I have upgraded from xerces C v2.1 to v2.2 and a strange thing is happening

The xerces namespace was added between the 2 versions so I put
using namespace XERCES_CPP_NAMESPACE;
globally

The strange thing is that even with the using statement I still have to
scope any use of DOMDocument
all the other classes are covered but not the Document I have to explicitly
use
XERCES_CPP_NAMESPACE::DOMDocument

The class appears to be in the namespace and doesn't seem special so I
can't
understand the difference
has anyone else seen this?

             Vin

------------------------------------------------------------------------
[EMAIL PROTECTED]
------------------------------------------------------------------------
If you can't beat them, arrange to have them beaten.
------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to