0

我有一个带 openfire 的 debian 服务器。

我想主要将 xform 用于机器人开发。我已经执行了以下命令。

apt-get install apt-file apt-file update apt-file search xforms

当我执行“apt-file search xforms”时,我得到了几个结果。

我搜索了该示例并找到了以下代码。

<message from="sender@wonderland.lit/foo" to="receiver@wonderland.lit/bar">
<x xmlns="jabber:x:data" type="form">
<title>My Special Form</title>   
<field label="Text Input" type="text-single" var="field-1"/>
</x>
</message>

但它没有显示任何内容,也没有错误。

请指导我。

问候, 潘卡伊

4

2 回答 2

0

如果您仍然坚持这一点,那么现在至少有两个基于客户端的 XForm 实现:

https://community.emc.com/docs/DOC-4345

作为一个新用户,我只得到一个超链接。所以,搜索“agence.xml”或“Alain Couthurse”

于 2009-07-30T17:16:16.347 回答
0

您必须将您的网络服务器与 xslt 处理器连接起来。
如果您不使用 apache-cocoon,您可能可以使用 apache+php(带有 php-xsl 模块)。
请遵循 php 站点上的 XForms 文档。

于 2009-05-19T13:56:46.893 回答