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]

Reply via email to