XForms/XML Databases

Native XML Databases edit

XForms works very well when the submit element can insert or update instance data directly into a database. This feature is supported by most native and hybrid databases.

There are over 30 Native XML databases in use today from both OpenSource and commercial vendors. One of the large factors that make some easier to integrate with XForms is the availability of a Rest interface so that your submit URL statement can be structured somewhat like this:

http://www.example.com/application/form/save.xq

Where save is some XQuery file that has the instructions for saving the XML data into the appropriate table or collection.

References edit

For a list of Native XML Databases see:


Next Page: eXist | Previous Page: IIS
Home: XForms