File: refentry.xml

package info (click to toggle)
docbook-defguide 2.0.17%2Bsvn9912-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 93,428 kB
  • ctags: 299
  • sloc: xml: 396,482; perl: 4,471; python: 879; makefile: 150; sh: 80
file content (50 lines) | stat: -rw-r--r-- 1,396 bytes parent folder | download | duplicates (8)
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
<refentry id="html-form.element" revision='HTMLForms'>
<?dbhtml filename="html-form.html"?>
<refentryinfo>
<pubdate>$Date$</pubdate>
<releaseinfo>$Revision$</releaseinfo>
</refentryinfo>

<refmeta>
<indexterm><primary>elements</primary>
<secondary>html:form</secondary></indexterm>
<refentrytitle>html:form</refentrytitle>
<refmiscinfo>Element</refmiscinfo>
</refmeta>
<refnamediv>
<refname>html:form</refname>
<refpurpose>&html-form.purpose;</refpurpose>
</refnamediv>

<refsynopsisdiv><title>Synopsis</title>

<para>If the <link linkend="htmlforms.module">HTML Forms Module</link>
is used, <sgmltag>html:form</sgmltag>
elements can be used in most of the places where <sgmltag>para</sgmltag>
can be used.</para>

</refsynopsisdiv>

<refsect1 condition='ref.description'><title>Description</title>

<para><ulink url="http://www.w3.org/TR/xhtml-basic/">XHTML</ulink>
defines a <sgmltag>html:form</sgmltag> element that can be used to
add interactivity to web pages. The HTML Forms Module for DocBook
allows <sgmltag>html:form</sgmltag> elements to be used in DocBook
documents.</para>

<para>A complete description of XHTML is outside the scope of this
reference.</para>

</refsect1>

<refsect1><title>Examples</title>

<informalexample role="example-source">
<programlisting>&html-form.example.1.txt;</programlisting>
</informalexample>

&html-form.example.seealso.gen;
</refsect1>

</refentry>