blob: 5ae00838fb3ae0aa3d5109ff647d7ee413719640 [file] [log] [blame]
<?xml version="1.0"?>
<!--
XMLForm instance document for the Cocoon Feedback Wizard.
author: Torsten Curdt, tcurdt@dff.st, March 2002
author: Ivelin Ivanov, ivelin@apache.org, April 2002
author: Simon Price <price@bristol.ac.uk>, September 2002
-->
<document xmlns:xf="http://apache.org/cocoon/xmlform/1.0">
<xf:form id="form-feedback" view="confirm" action="wizard">
<xf:caption>Confirm Input</xf:caption>
<!-- from page1 -->
<xf:output ref="firstName">
<xf:caption>First Name</xf:caption>
</xf:output>
<xf:output ref="lastName">
<xf:caption>Last Name</xf:caption>
</xf:output>
<xf:output ref="email">
<xf:caption>Email</xf:caption>
</xf:output>
<xf:output ref="age">
<xf:caption>Age</xf:caption>
<xf:violations class="error"/>
</xf:output>
<xf:group ref="/">
<xf:caption>Professional roles</xf:caption>
<xf:repeat nodeset="role">
<xf:output ref="."/>
</xf:repeat>
</xf:group>
<xf:group ref="/">
<xf:caption>Personal hobbies</xf:caption>
<xf:repeat nodeset="hobby">
<xf:output ref="."/>
</xf:repeat>
</xf:group>
<xf:output ref="hidden">
<xf:caption>Hidden attribute</xf:caption>
</xf:output>
<!-- from page2 -->
<xf:output ref="number">
<xf:caption>Number of installations</xf:caption>
</xf:output>
<xf:output ref="liveUrl">
<xf:caption>Live URL</xf:caption>
</xf:output>
<xf:output ref="publish">
<xf:caption>Publish URL</xf:caption>
</xf:output>
<!-- from page3 -->
<xf:output ref="system/os">
<xf:caption>OS</xf:caption>
</xf:output>
<xf:output ref="system/processor">
<xf:caption>Processor</xf:caption>
</xf:output>
<xf:output ref="system/@ram">
<xf:caption>RAM</xf:caption>
</xf:output>
<xf:output ref="system/servletEngine">
<xf:caption>Servlet Engine</xf:caption>
</xf:output>
<xf:output ref="system/javaVersion">
<xf:caption>Java Version</xf:caption>
</xf:output>
<xf:group ref="/" id="favorites_group">
<xf:caption>Favorite web sites</xf:caption>
<xf:repeat nodeset="favorite[position() &lt;= 3]" id="favorites">
<xf:output ref="." class="info">
<xf:caption>URL: </xf:caption>
</xf:output>
</xf:repeat>
</xf:group>
<!-- submit -->
<xf:submit id="prev" class="button">
<xf:caption>Prev</xf:caption>
<xf:hint>Go to previous page</xf:hint>
</xf:submit>
<xf:submit id="next" class="button">
<xf:caption>Finish</xf:caption>
<xf:hint>Finish the wizard</xf:hint>
</xf:submit>
</xf:form>
<xf:output ref="count" id="show_count" form="form-feedback" class="info">
<xf:caption>Visits Count</xf:caption>
</xf:output>
</document>