<?xml version="1.0" encoding="ISO-8859-1"?><document xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
  <header>
   <title>Chaperon examples</title>
   <tab title="back" href="."/>
  </header>
  <body>
   <row>
    <column title="Mathematical expression">

     <text xmlns="http://chaperon.sourceforge.net/schema/text/1.0" source="" line="1" column="1">3*a-5*6/7 + ( b-c)*5- b</text>

     <p>
      <form action="mathexp.html" method="post">
        <input name="text" type="text" size="80" maxlength="110" value="3*a-5*6/7 + ( b-c)*5- b"/>
        <input type="submit"/>
      </form>
     </p>
    </column>
   </row>
  </body>
</document>