-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
61 lines (61 loc) · 3.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<div class="templates:surround?with=templates/page.html&at=content">
<h1>XSLTForms 1.2</h1>
<p><a href="http://sourceforge.net/projects/xsltforms">XSLTForms</a> can convert <a href="http://www.w3.org/TR/xforms11/">XForms</a> to XHTML+Javascript (AJAX) on any browser or web-server (PHP, ASP, J2EE,...) with an XSLT 1.0 engine.</p>
<p>Just add a stylesheet at the beginning of your XForms XML document!</p>
<p>Supported by Google Chrome, Microsoft Edge, Internet Explorer, Mozilla Firefox and Opera.</p>
<p>This is an open source project with a LGPL licence.</p>
<table>
<tr>
<td valign="top">
<p>Beginners examples:</p>
<ul>
<li><a href="data/hello.xml">Hello World</a></li>
<li><a href="data/input.xml">Input</a></li>
<li><a href="data/incremental.xml">Incremental</a></li>
<li><a href="data/xpath.xml">XPath</a></li>
<li><a href="data/bind.xml">Bind</a></li>
<li><a href="data/input-width.xml">Input Width</a></li>
<li><a href="data/secret.xml">Secret</a></li>
<li><a href="data/textarea.xml">Textarea</a></li>
<li><a href="data/checkbox.xml">Checkbox</a></li>
<li><a href="data/select1.xml">Select1</a></li>
<li><a href="data/select1-drop.xml">Select1 drop</a></li>
<li><a href="data/select.xml">Select</a></li>
<li><a href="data/select-model.xml">Select model</a></li>
<li><a href="data/select-multi-col.xml">Select multi column</a></li>
<li><a href="data/select-from-file.xml">Select from file</a></li>
<li><a href="data/date.xml">Date</a></li>
<li><a href="data/button.xml">Button</a></li>
<li><a href="data/deep-copy.xml">Deep copy</a></li>
<li><a href="data/first-field.xml">Setting initial cursor</a></li>
</ul>
</td>
<td valign="top">
<p>Advanced Examples:</p>
<ul>
<li><a href="data/spreadsheet.xml">Spreadsheet</a></li>
<li><a href="data/address.xml">Address</a></li>
<li><a href="data/balance.xml">Balance</a></li>
<li><a href="data/calculator.xml">Calculator</a></li>
<li><a href="data/colors.xml">Background Colors</a></li>
<li><a href="data/bookmarks.xml">Bookmarks</a></li>
<li><a href="data/writers.xml">Writers (Subforms)</a></li>
<li><a href="data/xf.xml">Contact</a></li>
<li><a href="data/tinymce.xml">TinyMCE</a></li>
</ul>
<p>SVG Examples (only for recent browsers):</p>
<ul>
<li><a href="data/flags.xml">Colored Flags</a></li>
<li><a href="data/piechart.xml">Pie Chart</a></li>
</ul>
</td>
</tr>
</table>
<p><a href="http://www.agencexml.com/xforms-tests/testsuite/XForms1.1/Edition1/driverPages/forms/XF11_TestSuite.xhtml">W3C Test Suite Report for XSLTForms</a></p>
<p>XSLTForms support list: <a href="https://lists.sourceforge.net/lists/listinfo/xsltforms-support">https://lists.sourceforge.net/lists/listinfo/xsltforms-support</a></p>
<p>Contact information : <a href="http://www.agencexml.com"><agenceXML></a>, Bordeaux, France</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=242651&type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></a>
<p>Copyright © 2008-2018 agenceXML - Alain COUTHURES</p>
</div>