I'm wondering what happened to the xercesxmldom
unit as one of the XML DOM implementations.
It seems to have disappeared in Delphi XE.
Why?
(I searched the docs; couldn't find any relevant info on xercesxmldom disappearing).
Edit: these are the sources I have archived:
R:\>dir /s /b xercesxmldom.pas
R:\D2006-Enterprise-D10-BDS-4.0\source\Win32\xml\xercesxmldom.pas
R:\D2007-Enterprise-D11-RadStudio-5.0\source\Win32\xml\xercesxmldom.pas
R:\D2009-Enterprise-D12-RadStudio-6.0\source\Win32\xml\xercesxmldom.pas
R:\D2010-Enterprise-D14-RadStudio-7.0\source\Win32\xml\xercesxmldom.pas
R:\D7.01.Architect\Source\Xml\xercesxmldom.pas
Nothing in the R:\DXE-Enterprise-D15-RadStudio-8.0
source tree...
--jeroen
Here is a quote the answer that Bruneau (Jean-Marie) Babet posted to my question on the Embarcadero forums:
So if you are using xerces in Delphi, then either wait for the wrappers to appear on sourceforge, or switch do the OpenXML ADOM which is compatible with Delphi XE.
It's in my install of RAD Studio
XE2010. The source file is in:I don't see it in XE's source path anywhere, so it does appear they've removed it for some reason.
A quick scan of the source code in the 2010 version, however, doesn't reveal anything that would prevent it's being used in XE. I haven't tested that, however.