1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"><head> 3 4 5 6 7 8 9 <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type" /> 10 11 12 13 14 15 16 17 18 19 20 <title>What are XSLTools and XSLForms?</title><meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/" /> 21 22 23 24 25 26 27 <link href="styles.css" rel="stylesheet" type="text/css" /></head> 28 29 <body> 30 31 32 33 <h1>What are XSLTools and XSLForms?</h1> 34 35 36 37 <p>XSLTools is the name of an entire distribution of modules, packages, examples and documentation; it includes...</p> 38 <ul> 39 <li>The XSLForms 40 framework for developing forms-based Web applications using XML and XSL stylesheets and transformations.</li> 41 <li>The XSLTools package for producing XML output.</li> 42 </ul> 43 <p>The relationship between these two technologies is summarised in the diagram below:</p> 44 <table style="width: 80%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="5" cellspacing="0"> 45 <tbody> 46 <tr> 47 <td width="40%"></td> 48 <th style="text-align: center;" width="60%">What it does</th> 49 </tr> 50 <tr> 51 <th style="background-color: rgb(193, 255, 102); text-align: center; vertical-align: middle;">XSLForms</th> 52 <td align="undefined" valign="undefined"><span class="explanation">This is a solution which models Web form data as XML documents, presenting such documents using presentation templates.</span></td> 53 </tr> 54 <tr> 55 <th style="background-color: rgb(102, 203, 255); text-align: center; vertical-align: middle;">XSLTools</th> 56 <td align="undefined" valign="undefined"><span class="explanation">This provides the presentation support, producing Web pages from XML documents and XSL stylesheets.</span></td> 57 </tr> 58 </tbody> 59 </table> 60 <p>XSLForms employs presentation templates which are converted to XSL 61 stylesheets, permitting the framework to take advantage of that 62 particular standardised and well-supported technology using XSLTools (specifically XSLOutput) 63 and, in turn, libxslt.</p> 64 </body></html>