Delphi XE 中不再有 xercesxmldom 单元吗?

发布于 2024-10-09 01:11:54 字数 855 浏览 0 评论 0原文

我想知道作为 之一的 xercesxmldom 单元发生了什么XML DOM 实现
它似乎在 Delphi XE 中消失了。
为什么?

(我搜索了文档;找不到有关 xercesxmldom 消失的任何相关信息)。

编辑:这些是我存档的源:

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

R:\DXE-Enterprise-D15-RadStudio-8.0 源树中没有任何内容...

--jeroen

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

玩世 2024-10-16 01:11:54

这是答案的引用Bruneau (Jean-Marie) Babet 发布到 我在 Embarcadero 论坛上的问题

我问:删除是故意的
并受到以下事实的推动:
几乎没有证据表明 xerces DOM
正在被使用,努力的成本
移植到Mac上并成熟
ADOM 的。有人告诉我我们会
愿意发布我们的 xerces 包装器
(在 SourceForge 上说)如果有
兴趣。

因此,如果您在 Delphi 中使用 xerces,那么要么等待包装器出现在 sourceforge 上,要么切换执行 OpenXML ADOM 与 Delphi XE 兼容。

Here is a quote the answer that Bruneau (Jean-Marie) Babet posted to my question on the Embarcadero forums:

I asked: the removal was intentional
and driven by the fact that we had
little evidence that the xerces DOM
was being used, the cost of the effort
to port it to the Mac and the maturity
of ADOM. I was told that we would be
open to releasing our xerces wrappers
(say on SourceForge) if there's
interest.

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.

热风软妹 2024-10-16 01:11:54

它在我安装的 RAD Studio XE 2010 中。源文件位于:

C:\Program Files\Embarcadero\RAD Studio\7.0\source\Win32\xml\

我在 XE 的源路径中的任何地方都没有看到它,所以看起来他们确实出于某种原因删除了它。

然而,快速扫描 2010 版本中的源代码并没有发现任何阻止它在 XE 中使用的内容。不过,我还没有测试过。

It's in my install of RAD Studio XE 2010. The source file is in:

C:\Program Files\Embarcadero\RAD Studio\7.0\source\Win32\xml\

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文