Jump to content

Storing in different xml file.


wchknight

Recommended Posts

Hi, I have an xhtml form page using xforms, and I nid to store these input into an xml file and to display from it using XSLT.However, for each created form, I nid it to be stored in a different xml file, is this possible?

<xf:submission id="form1" action="testing2.xml" method="put"/>

Link to comment
Share on other sites

Yes. XForms allow you to have multiple forms, each submitted to a different URL. And XSLT allows you to fetch different documents with the document() function.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...