Design
xforms.txt
Associated article: XForms & Cause-and-Effect Programming
Tags: Design
Published source code accompanying the article by John M. Boyer in which he examines Xforms, which represents a clean architecture for separating presentation, user interface, and business processing models.
XForms & Cause-and-Effect Programming
by John M. Boyer
Listing One
<xforms:model
xmlns:xforms="http://www.w3.org/2002/xforms"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
schema="loan.xsd" functions="power"&...


