-----Original Message-----
From: Kohli, Naveen [mailto:[EMAIL PROTECTED]
Sent: 13 ,03, 2003 3:15 PM
To: '[EMAIL PROTECTED]'
Subject: RE: ErrorI don;t know what version you are talking about but the one I am using does support namespaces. and thats how I am avoiding xerces code to conflict with MSXML parser code.
-----Original Message-----
From: Anthony Zawacki [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 13, 2003 2:09 PM
To: [EMAIL PROTECTED]
Subject: RE: Error
Xerces doesn't use a namespace. Since Xerces is highly portable to a
variety of platforms, namespaces are avoided because some compilers do not
support namespaces.Thanks,
Anthony Zawacki410-571-7161
[EMAIL PROTECTED]
"Kohli, Naveen"
<[EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
ites.com> cc:
Subject: RE: Error
03/13/2003 02:01
PM
Please respond to
xerces-c-dev
Clean solution will be to use xercesc namespace in your code.
xercesc::DOMDocument
-----Original Message-----
From: John Meyer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 13, 2003 1:41 PM
To: [EMAIL PROTECTED]
Subject: Error
XMLPlatformUtils::Initialize();
DOMImplementation *impl =
DOMImplementationRegistry::getDOMImplementation(XMLString::transcode("core"));
XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc =
impl->createDocument(0,XMLString::transcode("files"),0);
DOMWriter *wri = impl->createDOMWriter();
//error:
[C++ Error] Unit1.cpp(172): E2015 Ambiguity between 'DOMDocument' and
'Msxml::DOMDocument'
_________________________________________
John Meyer
Programmer
ICQ#: 63450423
More ways to contact me: http://wwp.icq.com/63450423
_________________________________________
---------------------------------------------------------------------
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]
Title: RE: Error
Which
version does not support namespaces? I am using Xerces _with_ namespaces under
Win, but pretend to port the application
easily
to Linux and other unix flavors...
please
if namespaces is not suported in some SO/Compiler, I will be glad to know
it at this time...
regards
alfredo
- RE: error Alex Fridman
- Online archive for 2001 messages Todd Firsich
- Error John Meyer
- Detecting if a Schema element contains groups Sir Woody Hackswell
- Re: Error Anthony Zawacki
- RE: Error Kohli, Naveen
- RE: Error Anthony Zawacki
- RE: Error Kohli, Naveen
- Alfredo Mu�oz
