从不同的 XML 模式映射 XML 数据

发布于 2024-07-27 04:53:49 字数 139 浏览 6 评论 0原文

我们有一个包含数据的 XML。 我们需要从中提取数据并将其移至不同的 XML 中。 两个 XML 的结构不同。

我们有 Altova,我们希望利用它来完成这项工作。 任何解决方案; 哪种 Altova 工具最适合这项工作?如何?

We've an XML contains data. We need to extract data from it and move it in to a different XML. Both XMLs are different in structure.

We have Altova and we want to do this job by using it. Any solution on this; which Altova tool will be best for this job and how?

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

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

发布评论

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

评论(2

不即不离 2024-08-03 04:53:49

您正在寻找的是一个XSL Transformation,它本身也是一个XML 文档,描述如何从旧的XML 创建新的XML。

请查看W3Schools 部分了解如何学习 XSLT。

就 Altova 工具而言,您可以使用 MapForce 数据映射器(听起来像您正在寻找的那样),或者使用 StyleVision 工具来创建和维护 XSLT 文件。 首先尝试 MapForce - 听起来很合适。

马克

What you're looking for is a XSL Transformation which in itself is again a XML document that describes how to create the new XML from the old XML.

Check out this W3Schools section on learning XSLT for that.

In terms of the Altova tools - you could either use the MapForce data mapper (which sounds like that you're looking for), or alternatively the StyleVision tool to create and maintain the XSLT files. Try MapForce first - sounds like a good fit.

Marc

陌若浮生 2024-08-03 04:53:49

XSLT 是完成这项工作的最佳工具。 但请注意,除非您具有陈述性的心态,否则这是一个相当难以理解的概念。

我通常不会推荐书籍而不是在线文档,但在这种情况下我会。 O'Reilly 写了两本关于 XSLT 的非常好的书籍(包括 Cookbook),我强烈推荐。

XSLT is the best tool for the job. Beware, though, it's a rather difficult concept to grasp unless you're of a declarative frame of mind.

I wouldn't normally recommend books over online docs, but in this case I would. O'Reilly does two very good books on XSLT (including the Cookbook) that I can highly recommend.

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