[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[iceweasel] impossible d'afficher un formulaire xforms



Bonjour,
je me bats depuis hier avec le plugin xforms.xpi, version 0.8.0.3

Iceweasel est en V. 2.0.0.8

C'est la première fois que je jette un œuil du côté de xforms,
mais aussi bien les exemples de mozilla.org qu'un simple "hello world"
ne fonctionnent pas.

Ci-dessous le test:

###################################
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<html xmlns="http://www.w3.org/1999/xhtml";
        xmlns:xf="http://www.w3.org/2002/xforms";>
<head>
<title>Réponse universelle!</title>
<xf:model>
<xf:instance id="ins2" xmlns="">
<data>
<value>42</value>
</data>
</xf:instance>
</xf:model>
</head>
<body>
<xf:output ref="instance('ins2')/value">
<xf:label>réponse: </xf:label>
</xf:output>
</body>
</html>


-- 
Thomas Harding



Reply to: