File: xmlroff.xml

package info (click to toggle)
xmlroff 0.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 36,456 kB
  • sloc: ansic: 178,247; xml: 109,155; sh: 8,973; makefile: 1,331; perl: 30
file content (170 lines) | stat: -rw-r--r-- 5,128 bytes parent folder | download | duplicates (5)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<refentry id="xmlroff.1">

<refmeta>
  <refentrytitle>xmlroff</refentrytitle>
  <manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
  <refname>xmlroff</refname>
  <refpurpose>XSL formatter</refpurpose>
</refnamediv>

<refsynopsisdiv>
  <cmdsynopsis>
    <command>xmlroff</command>
    <arg>-o <replaceable>output-file</replaceable></arg>
    <arg>--format
      <group choice="req">
        <arg choice="plain">auto</arg>
        <arg choice="plain">pdf</arg>
        <arg choice="plain">postscript</arg>
      </group>
    </arg>
    <arg>--backend <group choice="req">
      <arg choice="plain">gp</arg>
      <arg choice="plain">cairo</arg>
    </group>
    </arg>
    <arg>--continue</arg>
    <group choice="opt">
      <arg choice="plain">-?</arg>
      <arg choice="plain">--help</arg>
    </group>
    <group choice="opt">
      <arg choice="plain">--compat</arg>
      <arg choice="plain">--nocompat</arg>
    </group>
    <arg>--compat-stylesheet</arg>
    <group choice="opt">
      <arg choice="plain">--valid</arg>
      <arg choice="plain">--novalid</arg>
    </group>
    <group choice="opt">
      <arg choice="plain">-v</arg>
      <arg choice="plain">--version</arg>
    </group>
    <arg>-w <replaceable>warning-mode</replaceable></arg>
    <arg>-d <replaceable>debug-mode</replaceable></arg>
    <arg choice="plain"><replaceable>file</replaceable></arg>
    <arg choice="opt">
      <replaceable>stylesheet</replaceable>
    </arg>
  </cmdsynopsis>
</refsynopsisdiv>

<refsect1>
  <title>Description</title>

  <para>xmlroff is a free, fast and high-quality XSL formatter that is
  useful for DocBook formatting. It produces PDF or PostScript output.
  It integrates easily with other programs and with scripting
  languages.</para>
  
  <para>xmlroff processes the XML-FO <replaceable>file</replaceable>.
  An arbitrary XML file can optionally be first transformed via a specified XSLT
  <replaceable>stylesheet</replaceable>.</para>
</refsect1>


<refsect1>
  <title>Options</title>

  <variablelist>
    <varlistentry>
      <term><option>-v</option></term>
      <listitem>
        <para>Show version information.</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term><option>-?</option></term>
      <term><option>--help</option></term>
      <listitem>
        <para>Show help message.</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term><option>-o</option> <replaceable>output-file</replaceable></term>
      <listitem>
	<para>Specify output filename. If this option is not specified,
        a default of <filename>layout.pdf</filename> will be used.</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term><option>-d</option> <replaceable>debug-mode</replaceable></term>
      <listitem>
        <para>Specify debug mode.</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term><option>-w</option> <replaceable>warning-mode</replaceable></term>
      <listitem>
        <para>Specify warning mode.</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term><option>--format <group choice="req"><arg choice="plain">auto</arg><arg choice="plain">pdf</arg><arg choice="plain">postscript</arg></group></option></term>
      <listitem>
	<para>Specify format of the output file. The default is auto
	which selects the format based on the extension of the output
	filename.</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term><option>--backend</option> <group choice="req"><arg choice="plain">gp</arg><arg choice="plain">cairo</arg></group></term>
      <listitem>
	<para>Specify backend used to produce the output file. The
        default is GNOME print (gp).</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term><option>--compat</option></term>
      <term><option>--nocompat</option></term>
      <listitem>
	<para>Do or do not pre-processes the input file with an internal
	compatibility stylesheet.  Default is <literal>--compat</literal>.</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term><option>--compat-stylesheet</option></term>
      <listitem>
	<para>Prints the internal
	compatibility stylesheet then exits.</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term><option>--continue</option></term>
      <listitem>
	<para>Continue after any formatting errors.</para>
      </listitem>
    </varlistentry>
    <varlistentry>
      <term><option>--valid</option></term>
      <term><option>--novalid</option></term>
      <listitem>
	<para>Do or do not load the DTD.  Default is <literal>--novalid</literal>.</para>
      </listitem>
    </varlistentry>
  </variablelist>
</refsect1>

<refsect1>
  <title>Reporting Bugs</title>

  <para>Report bugs at <ulink url="http://xmlroff.org/newticket">http://xmlroff.org/newticket</ulink>.</para>
</refsect1>

<refsect1>
  <title>See Also</title>

  <para><citerefentry><refentrytitle>xsltproc</refentrytitle><manvolnum>1</manvolnum></citerefentry></para>
</refsect1>

<refsect1>
  <title>Author</title>

  <para>Tony Graham</para>
</refsect1>

</refentry>