Questions tagged [xforms]

XML specification for web forms.

XForms is an XML format that specifies a data processing model and user interface for the XML data. Eg. web forms.

http://www.w3.org/TR/xforms/

609 questions
20
votes
4 answers

Is XForms still a standard that is being implemented and developed, or is there an alternative in place or being developed?

XForms was and/or is an XML markup that supports structured form data. It is a standard evolved from XML and was designed to be easily integrated into other current markup languages such as XHTML, ODF or SVG, or any "suitable markup language" as…
Devin Carpenter
  • 907
  • 8
  • 21
17
votes
6 answers

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 something really useful. Now there appears to be…
John Plummer
  • 233
  • 2
  • 6
13
votes
2 answers

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 - generating a editor page according to the…
paulmurray
  • 3,355
  • 1
  • 22
  • 17
8
votes
2 answers

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 validation rule or a new set of fields. The holy…
Nigel
  • 2,150
  • 3
  • 20
  • 22
7
votes
1 answer

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 xslt to render an xforms document on the browser,…
jmacboy
  • 323
  • 3
  • 16
7
votes
3 answers

How to find all nodes of a specific type in XPath

Lets say i have the following form data instance in my view.xml:
Thangamani J
  • 101
  • 1
  • 1
  • 3
7
votes
7 answers

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 the user to be able to customise the structure…
Dónal
  • 185,044
  • 174
  • 569
  • 824
6
votes
4 answers

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 parsers/tools are you using on your projects today? I'm…
BigJump
  • 15,561
  • 3
  • 31
  • 29
5
votes
1 answer

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 remedy i have put a simple javascript that will alert…
Jayy
  • 2,368
  • 4
  • 24
  • 35
5
votes
2 answers

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 the optional element, others don't. To update a…
Cam
  • 146
  • 1
  • 4
5
votes
1 answer

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: I want to have multiple input…
developer
  • 7,252
  • 14
  • 49
  • 57
5
votes
3 answers

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 would see a pretty big performance improvement,…
Frankie
  • 445
  • 2
  • 9
5
votes
1 answer

XSD to XForms and XForms to XSD conversion

Currently I am struggling with two problems: I am receiving from outer server an XSD file and based on this file I have to generate XForm. Usually the XSD file is importing many other XSD files and so on. I am writing a GUI with XForm builder. When…
5
votes
3 answers

Is XRX the only full stack web application "framework" that's totally W3C?

XRX means an application where the front end is written entirely in XML dialects and the back end is written entirely in XML dialects and data is passed between them as XML over REST. Is it correct that this is the only web application stack that is…
themirror
  • 9,963
  • 7
  • 46
  • 79
4
votes
1 answer

xforms password confirm password

I have the typical password, confirm password layout with xforms: My instance is the following: and the inputs are like these: Old…
jmacboy
  • 323
  • 3
  • 16
1
2 3
40 41