blob: 56236c41e48c4c9c9e84eaed73eb4a0f2b6a778f [file] [log] [blame]
<?xml version="1.0"?>
<document>
<header>
<title>XMLForm: Calculator</title>
<tab title="Back" href=".."/>
</header>
<body>
<section>
<title>Number B</title>
<xf:form id="calc" xmlns:xf="http://apache.org/cocoon/xmlform/1.0">
<p>
a = <xf:output ref="numberA"/>
</p>
<p>
Enter value of <strong>b</strong><br/>
<xf:textbox ref="numberB"/>
</p>
<p>
<xf:submit id="prev" class="button">
<xf:caption>Prev</xf:caption>
</xf:submit>
<xf:submit id="next" class="button">
<xf:caption>Next</xf:caption>
</xf:submit>
</p>
</xf:form>
</section>
</body>
</document>