http://xrx.googlecode.com/svn-history/r111/trunk/14-xml-schema-to-xforms/schema-to-instance.xqm不能编译:
Cannot compile xquery: err:XPST0017 Function string-pad() is not
defined in module namespace: http://www.w3.org/2005/xpath-functions
[at line 23, column 11]它在哪里声明,或者如何添加到模块中?
http://xrx.googlecode.com/svn-history/r111/trunk/14-xml-schema-to-xforms/schema-to-xforms.xqm使用schema-to-instance.xqm模块,没有它就无法运行。
我已经在eXist-DB2.0和eXide 2.0版本中尝试过了。
或者,有没有人知道实例/xforms转换器的工作(和完整) xml模式?(上面的问题在待办事项列表中有很多问题。)谢谢。
发布于 2013-07-20 00:20:22
很抱歉,“完整”架构到XForms的转换仍然不存在。
XML Schema有太多的特性和可能性来表示内容(元素、类型、组等),这使得创建一个几乎是不可能的。
您可以使用XForms设计器https://sourceforge.net/projects/schema2xforms/来查看基于XSLT的这个
在以下位置查看其工作情况:
http://forms.collinta.com.au/designer.xml
https://stackoverflow.com/questions/17719064
复制相似问题