Altova Mapforce:它可以创建输出 XSD 中的所有元素吗?
开发人员下午好,
只是一个简单的问题(我希望!)
我正在通过 Altova Mapforce 创建一个 XSLT 文件,我想知道是否有人知道是否可以指定 XSLT 规定在输出 XSD 文件中创建所有元素和节点即使输入 XSD 中没有规定输入?
我知道我可以自己向 XSLT 添加额外的代码来添加空元素,但在我致力于这项任务之前,我想知道是否可以内置它来自行完成此操作。
非常感谢大家,
路易斯·拉塞尔
Good Afternoon Developers,
Just a quick question (I hope!)
I am creating an XSLT file through Altova Mapforce and I was wondering if anyone knows whether it is possible to specify that the XSLT stipulates to create all elements and nodes in the Output XSD file even if there is no Input stipulated from the Input XSD?
I know that I can add the extra code to the XSLT myself to add the empty elements but before I commit myself to the task I wondered whether it may be built in to do this itself.
Many Thanks All,
Louis Russell
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有找到关于这种可能性的更多信息,因此我在将 Xml 传递到 XSLT 之前创建任何缺失的元素和节点。
非常感谢所有看过的人。
I haven't found any more information on this being a possibility so I am creating any missing elements and nodes before the Xml is passed into the XSLT.
Many Thanks to all who looked.