XForms/XML Databases

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Native XML Databases[edit | edit source]

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 | edit source]

For a list of Native XML Databases see:


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