从不同的 XML 模式映射 XML 数据
我们有一个包含数据的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您正在寻找的是一个
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
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.