XSLTools

Change of docs/overview.html

118:082c3973a0ed
docs/overview.html
     1.1 --- a/docs/overview.html	Sat Jul 16 20:59:23 2005 +0000
     1.2 +++ b/docs/overview.html	Sun Jul 17 01:07:10 2005 +0000
     1.3 @@ -12,25 +12,13 @@
     1.4  <p>The following steps briefly describe how to make a new application:<br />
     1.5  </p>
     1.6  <ol>
     1.7 -  <li>Design a template, adding forms and fields. In the beginning, it
     1.8 -is not that important to use the correct names in each of the fields -
     1.9 -these will be added later.</li>
    1.10 -  <li>Add structural template attributes such as template:element,
    1.11 -template:attribute and template:value so that the fields sit in
    1.12 -different parts of the input document format being modelled. Replace
    1.13 -the field names with special functions such as template:field-name().
    1.14 -For buttons which add and remove parts of the input document, employ
    1.15 -selector notation and the template:this-position() function.</li>
    1.16 -  <li>Where multiple choice fields are employed, input documents must
    1.17 -be transformed so that the multiple choice options are included in the
    1.18 -output. This can be achieved using documents containing the different
    1.19 -option values and transformations which insert those values into the
    1.20 -input document.</li>
    1.21 -  <li>To produce the output document, the template needs preparing
    1.22 -first so that an output stylesheet is produced; then, the output
    1.23 -stylesheet is applied to the processed input document utilising various
    1.24 -extension functions which produce the computed field names in the final
    1.25 -output document.</li>
    1.26 +  <li><a href="directory.html">Create a directory to hold your files</a></li>
    1.27 +  <li><a href="design.html">Design a template</a></li>
    1.28 +  <li><a href="structure.html">Add structure to the template</a></li>
    1.29 +  <li><a href="catalogues.html">Prepare catalogues of multiple-choice
    1.30 +values</a></li>
    1.31 +  <li><a href="Web-resource.html">Write a Web resource to display the
    1.32 +form</a></li>
    1.33  </ol>
    1.34  <h2>Recommendations</h2>
    1.35  <ol>