Tagged Questions

XML specification for web forms.

learn more… | top users | synonyms

7
votes
1answer
106 views

xforms rendered via xslt and xml error

I know this question will sound like a "from the past" thing but I need to do this for a homework and I can't make it work. The problem the following: I have xml data, called from a database, I used ...
6
votes
7answers
788 views

dynamic web forms

I'm developing a web application that allows reports to be written and viewed online. These reports will have the structure of a typical school report or annual employee appraisal report. I would like ...
5
votes
1answer
286 views

XForms and multiple inputs for same model tag

I apologize ahead of time if I am not asking this properly.. it is hard to put into words what I am asking.. I have XForms model such as: <file> <criteria> ...
4
votes
1answer
61 views

How can I create repeated fields in Form Builder with Orbeon Forms 3.9?

Alex, I don't think I explained myself well enough (Although the information you provided was useful.) Lets say that I have an employment application that was created to collect information about a ...
4
votes
1answer
107 views

Re-initialize XBL component on xxforms-iteration-moved

I have an XBL component which creates a checkbox control in javascript. Value is set in javascript during the component initialization. Component works well when not used inside repeat but inside ...
4
votes
2answers
650 views

Server side Xforms form validation and integration into ASP.NET

I have recently been investigating methods of creating web-based forms for an ASP.NET web application that can be edited and managed at runtime. For example an administrator might wish to add a new ...
4
votes
3answers
424 views

Can you style XHTML elements in another namespace using id and class name css selectors?

I'm developing an application that uses ubiquity-xforms. Previously I had been serving the pages up as text/html with the XHTML 1.0 doctype. If I switched the mime-type to application/xhtml+xml, I ...
4
votes
8answers
586 views

Will XForms ever become practical?

I read some articles about XForms. Will this standard ever become practical? Any body using this right now? Is it wise to start using now itself?
4
votes
3answers
1k views

Does XForms have a successor?

We are looking for a desktop forms technology with an easy to use (read non technical) authoring environment. When I last looked at this, some years back, it seemed that XForms would mature in to ...
4
votes
4answers
973 views

Is anyone using XForms in their web applications?

A few years ago we started playing around with XForms from the W3C for a web app which required hundreds of custom forms. As they aren't currently supported natively by the major browsers, what ...
3
votes
1answer
53 views

xforms password confirm password

I have the typical password, confirm password layout with xforms: My instance is the following: <data> <password/> <newPassword/> <confirmPassword/> </data> and ...
3
votes
1answer
52 views

Is it possible to disable one of the options among a group of radio buttons?

I have a radio button control with two items in it. <xforms:select1 ref="add-delete" appearance="full"> <xforms:item> <xforms:label>Add</xforms:label> ...
3
votes
1answer
83 views

How to handle reset behaviour when escape character is pressed twice in Orbeon Xforms

I have come to know that from IE 5, there is a strange behaviour that when escape character is pressed twice, all the form fields are reset automatically. This is not occuring in Mozilla. So as a ...
3
votes
2answers
163 views

How to insert attribute to all child nodes

Please find below my xform page. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" ...
3
votes
1answer
71 views

How to get in java code, a generated output XML by Xform engine

My Application is using XForms for view and XForms generate output XML containing the answer given by user. If we include the following line <fr:xforms-inspector ...
3
votes
2answers
289 views

XForms processor for Delphi?

Does there exist any XForms processor tool for Delphi? Ie. a tool that parses a XForms-document and builds a corresponding GUI. Update to clarify: I'm talking about this kind of XForms: Wikipedia ...
3
votes
3answers
114 views

Allowing Xform controls for optional XML elements

In designing an XForm interface to an XML database (using eXist and XSLTForms), I'd like to include an input control for an optional element. The XML data records already exist and while some contain ...
2
votes
1answer
35 views

Orbeon form builder: Using date fields with initial value “current-date()”

I am using date fields in Orbeon form builder that should be prefilled with the current date (see http://i42.tinypic.com/erdjrb.jpg). When choosing a date by hand in the form, the date format in ...
2
votes
1answer
30 views

Making XForms enforce the constraint and type model item properties only when field is populated

I have a simple XForm with an input field where I have specified the field to be optional with the required="false()" property. However, I would like add a type and constraint property to the field ...
2
votes
1answer
24 views

What formats can I use for an xforms:input bound to a node of type xs:date?

I am looking at the <xforms:input> formatting documentation and am curious if it is at all possible to display the date as "3 Jul 2011". This should formatting very simple given the use of ...
2
votes
1answer
44 views

In XForms, how to make all the fields readonly, except few fields?

I did the following to make a full page read-only, using Making an Entire Instance Read-Only: <xforms:instance> <form> ... </form> </xforms:instance> ...
2
votes
2answers
69 views

Orbeon Form Builder - Referring to a control within a Section Template

I have a number of forms that all reference a 'Header' Section Template. I would like to reference a control in this section template from another control in the form. (Using the method shown here: ...
2
votes
1answer
83 views

How do I populate and XForms model with the value AND text of a Select1?

I'm pretty new to XForms, and I am having problems trying to find the solution to what seems like a relatively trivial problem. I have a select1 control on my form, and I want to bind an item in my ...
2
votes
2answers
108 views

Constraint on characters to allow in a input field of an Xform

In our scenario we need to allow only the following listed characters as input for the input field alpha/numeric / - Slash - - Hyphen ( - Open parenthesis ) - Close parenthesis . - Period , ...
2
votes
2answers
119 views

Is tabindex feature there in xforms?

I was doing my unit testing for the form, and found out that there is some serious problem with the automatic tab index that Orbeon gives. In my case I have the need for following tab indexes 1-7 as ...
2
votes
2answers
255 views

XFORMS multiple select option binding issue

I have select control which allows to select more than one value. As and when i select values in that control, it adds the value into same node with a space. Is it possible to create/delete a ...
2
votes
2answers
178 views

Is xforms still a live standard?

The XForms standard page seemed to indicate that it was no longer live, and that html5 kinda sorta does the job now. Is this the case? I'm looking at storing heterogenous data nuggets as XML fragments ...
2
votes
2answers
546 views

Using Recaptcha with EPiServer XForms

Does any one have experiense of using Recaptcha with XForms in EPiServer? I don't know where to put the Recaptcha control and how to make it work. The sample code for ASP.NET is the code below. Where ...
2
votes
1answer
155 views

How can I normalize dates stores using different timezones in XPath?

I have the following times stored in an XML document, which correspond to the time when the document was created and then updated: <create-time>2010-11-04T03:13:35.212Z</create-time> ...
2
votes
1answer
191 views

xforms: how to prevent xxforms:default value from over-writing user input

I have a dropdown to display status, which can be Enabled(true) or Disabled(false). Here is my xml instance. <?xml version="1.0" encoding="UTF-8"?> <page> ...
2
votes
1answer
251 views

XForms: Using calculate and xxforms:default attribute in nodeset binding

I have form1 passing a query string parameter(param1) to form2. I pass param1=true from form1. In form 2, I am trying to set the value of the param1 into a local instance. If I DO NOT pass param1 from ...
2
votes
1answer
307 views

robust server side dynamic form engine for ASP.NET

I've recently implemented a simple dynamic forms engine that uses dynamically loaded ASP.NET controls in concert with an EAV schema to handle the variable nature of the data model. The business was ...
2
votes
3answers
856 views

Can XPath concatenate two nodeset values? (for use in XForms)

I am wanting to concatenate two nodeset values using XPath in XForms. I know that XPath has a concat(string, string) function, but how would I go about concatenating two nodeset values? BEGIN EDIT: ...
1
vote
1answer
16 views

Orbeon Tree View

I'm trying to mimic a desktop program in .NET (which generates XML file) by using Orbeon XForms Engine 3.9 How do I create the sidebar with the tree view using Orbeon ?
1
vote
1answer
26 views

Why are xforms-submit-error event properties allways empty?

I've just started with orbeon and xforms for some project. I have Orbeon succesfuly integrated with my test application as xforms engine (separate deployment with crosscontext). Now, xforms basics ...
1
vote
1answer
32 views

Accessing Orbeon's second xforms instance

Following Orbeon documentation about running xforms-with-java-applications, I deployed Orbeon's war file separately beside my java war on JBoss. I tried creating 2 instances inside one model ...
1
vote
2answers
19 views

Changing default evaluation context inside an action object

Is there any XForms object which I could use to override default evaluation context inside an action object? We have xforms:group in body part but do we have any in xforms:action? It would simplify ...
1
vote
1answer
39 views

How to create checkbox item resulting with 'yes'/'no' values instead of 'true'/'false'?

I've got a problem and hope it's only my lack of experience in XForms. I need to create checkbox item for data that is defined as an enumeration 'Yes'/'No'. Basically it's just boolean value but with ...
1
vote
1answer
49 views

How to enable or disable a field on value change of another field?

<xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:xforms="http://www.w3.org/2002/xforms"> <xhtml:head> ...
1
vote
1answer
17 views

How to configure the expire date of orbeon resources

We have Orbeon 3.8 PE According to the documentation, "At the moment, the resources served by the PFC (that is all the resources except the XForms engine's CSS and JavaScript resources) do not ...
1
vote
1answer
25 views

How can I adapt the Wikibooks Vertical Menu example for Orbeon Forms?

I'm looking for help implementing a vertical menu with Orbeon. Here is an example of what I'm looking for: http://en.wikibooks.org/wiki/XForms/Vertical_Menu . Any pointers on how to go about ...
1
vote
1answer
53 views

default selected value in xforms:select1

How can I set the selected value to a select1 in xforms without using the instance? For example, i have this instance: <lEmpleado_Id></lEmpleado_Id> <sEmpleado_Nm ...
1
vote
0answers
43 views

Advice on javascript frameworks for creating detailed offline forms/questionnaires

Question: What javascript libraries/frameworks are there, that are suited to creating detailed questionnaires (and not requiring communication with server). Background I'm looking at updating an old ...
1
vote
1answer
58 views

Nested group in Orbeon xforms

Please anyone let me know if group within a group works in Orbeon xforms. I have tried this but the inner group is not working. The code might look like this: <xforms:group ...
1
vote
2answers
125 views

How to do something with selected values of an xforms:select every time they change?

I have this problem with XForms I am running on Orbeon Forms. I am using a fr:box-select control as follows: <fr:box-select bind="box-select-bind" id="box-select-control"> ...
1
vote
1answer
35 views

List all the invalid controls in Orbeon forms

I have 30 fields in my form. At the bottom of the form I have a button where if I click on it, it should display all the fields which are invalid. Invalid includes not filling the mandatory fields ...
1
vote
1answer
64 views

Which HTML tag can be used to accept dynamic class name in Orbeon Forms

I use Orbeon Forms and I want to set a dynamic class name on a div or span (or any non-XForms tags like xforms:output) so that group of controls can be set with that CSS class. <div ...
1
vote
1answer
69 views

XForms: Delete trigger in table row (repeat)

I am using an XForms' repeat to build up a table (very similar to http://wiki.orbeon.com/forms/doc/developer-guide/xforms-repeat). Each row should get a delete trigger to remove it. The following code ...
1
vote
1answer
109 views

How to make a field read only dynamically, ie on xforms-value-changed events and other events?

On changing a value in a dropdown field, I want to make a field read only. As far my programming knowledge, we set a field read-only while binding the field. Is there any way to make a field read only ...
1
vote
1answer
113 views

How can I load Xml generated from Php into an Xforms form for editing?

I have an application designed using Xforms/Php/Mysql. I have manged to generate Xml from mysql db using Php but how do I load the values of the xml to my xforms form for editing?Also how can I ...

1 2 3 4