XSLTools

Annotated docs/overview.html

293:7f6292f1609f
2005-10-09 paulb [project @ 2005-10-09 00:47:30 by paulb] Added a guide to writing Web resources. Added some links to the overview. Changed the in-page update documentation to use prepare_parameters.
paulb@106 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
paulb@287 2
<html xmlns="http://www.w3.org/1999/xhtml"><head>
paulb@106 3
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type" />
paulb@287 4
  
paulb@287 5
  <title>Creating Applications: An Overview</title><meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/" />
paulb@287 6
  <link href="styles.css" rel="stylesheet" type="text/css" /></head>
paulb@106 7
<body>
paulb@106 8
<h1>Creating Applications: An Overview</h1>
paulb@106 9
<p>The following steps briefly describe how to make a new application:<br />
paulb@106 10
</p>
paulb@106 11
<ol>
paulb@118 12
  <li><a href="directory.html">Create a directory to hold your files</a></li>
paulb@129 13
  <li><a href="data.html">Design the structure of the form data</a></li>
paulb@118 14
  <li><a href="design.html">Design a template</a></li>
paulb@118 15
  <li><a href="structure.html">Add structure to the template</a></li>
paulb@119 16
  <li><a href="selectors.html">Add selectors to the template</a></li>
paulb@118 17
  <li><a href="Web-resource.html">Write a Web resource to display the
paulb@118 18
form</a></li>
paulb@134 19
  <li><a href="multiple.html">Adding multiple-choice fields and values</a></li>
paulb@151 20
  <li><a href="multivalue.html">Adding multivalued fields</a></li>
paulb@167 21
  <li><a href="advice.html">Recommendations and advice</a></li>
paulb@168 22
  <li><a href="in-page-updates.html">Adding in-page updates</a></li>
paulb@293 23
</ol><p>A topic-by-topic guide to XSLTools:</p><ul><li><a href="template-design.html">A guide to template design</a></li><li><a href="XSLForms-resource.html">Using the XSLFormsResource API</a></li></ul><p>Some other resources:</p><ul><li><a href="reference.html">A template attribute reference</a></li></ul>
paulb@287 24
</body></html>