简体   繁体   English

无法将XML导入FileMaker Pro 11

[英]Can't Import XML to FileMaker Pro 11

First of all, excuse my ignorance as this issue is not my specialty: I have an XML file and I want to import into FileMaker. 首先,请原谅我的无知,因为这不是我的专长:我有一个XML文件,我想导入FileMaker。 I have no XSL file, and I honestly do not know if necessary. 我没有XSL文件,老实说,我不知道是否需要。 The problem is that as soon as I import, I get the error of FileMaker 717: "information XML / XSL insufficient to proceed with import / export". 问题是,一旦导入,我将收到FileMaker 717的错误:“信息XML / XSL不足以继续进行导入/导出”。

You must have an XSL stylesheet to transform the XML source into Filemaker's own XML grammar. 您必须具有XSL样式表才能将XML源转换为Filemaker自己的XML语法。 The stylesheet cannot be generic, because it must describe (a) the fields that Filemaker must import (or create, if importing into a new table) and (:) the path to the data feeding those fields. 样式表不能是通用的,因为它必须描述(a)Filemaker必须导入(或创建,如果导入到新表中则要创建)的字段,以及(:)提供这些字段的数据的路径。

From FMForums 来自FMForums

If you're new to XSLT I suggest you check out the w3schools tutorial . 如果您是XSLT的新手,建议您阅读w3schools教程 It has some handy reference pages as well. 它也有一些方便的参考页。

如果XML很简单,只需将其复制/粘贴到字段中,然后使用自定义函数(例如http://www.briandunning.com/cf/1/)来解析数据并将其放入字段中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM