File: xmlroff.fo

package info (click to toggle)
xmlroff 0.6.2-1.4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 37,208 kB
  • sloc: ansic: 178,246; xml: 109,155; sh: 8,973; makefile: 1,332; perl: 30
file content (81 lines) | stat: -rw-r--r-- 5,375 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
<!-- $Id: xmlroff.fo,v 1.15 2006/04/16 20:26:06 tonygraham Exp $ -->
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
        <fo:simple-page-master
          master-name="first"
          margin-right="1in"
          margin-left="1in"
          margin-bottom="1in"
          margin-top="1in"
          page-width="8in"
          page-height="11in">
          <fo:region-body/>
        </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence
      master-reference="first">
      <fo:flow
        flow-name="xsl-region-body"
        font-size="10pt">
        <fo:block space-after="12pt"><fo:inline font-weight="bold" font-family="mono">xmlroff</fo:inline> &#x2013; xmlroff XSL Formatter</fo:block>
        <fo:block space-after="12pt">xmlroff is a fast, free, high-quality, multi-platform XSL formatter that aims to excel at DocBook formatting and that integrates easily with other programs and with scripting languages.</fo:block>
        <fo:block>See <fo:inline font-family="mono">http://xmlroff.org/</fo:inline>.</fo:block>
        <fo:block space-before="18pt" space-after="12pt" font-weight="bold">Usage:</fo:block>
        <fo:block start-indent="12pt" space-after="12pt" font-family="mono"><fo:inline font-weight="bold">xmlroff</fo:inline> [-v?] [--compat] [-] [-o <fo:inline font-style="italic">output-file</fo:inline>] [-w <fo:inline font-style="italic">warning-mode</fo:inline>] [-d <fo:inline font-style="italic">debug-mode</fo:inline>] [--compat-stylesheet] [--continue] [--format (auto|pdf|postscript)] [--backend (cairo|gp)] <fo:inline font-style="italic">&lt;xml></fo:inline> [<fo:inline font-style="italic">&lt;stylesheet></fo:inline>]</fo:block>
        <fo:table inline-progression-dimension="100%" table-layout="fixed">
      <fo:table-column column-width="45%"/>
      <fo:table-column column-width="55%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell><fo:block font-family="mono">-v</fo:block></fo:table-cell>
          <fo:table-cell><fo:block>Show version information.</fo:block></fo:table-cell>
        </fo:table-row>
        <fo:table-row>
          <fo:table-cell><fo:block font-family="mono">-?</fo:block></fo:table-cell>
          <fo:table-cell><fo:block>Show help message.</fo:block></fo:table-cell>
        </fo:table-row>
        <fo:table-row>
          <fo:table-cell><fo:block font-family="mono">--compat</fo:block></fo:table-cell>
          <fo:table-cell><fo:block>Make the input compatible with xmlroff.</fo:block></fo:table-cell>
        </fo:table-row>
        <fo:table-row>
          <fo:table-cell><fo:block font-family="mono">--compat-stylesheet</fo:block></fo:table-cell>
          <fo:table-cell><fo:block>Output the compatibility stylesheet then exit.</fo:block></fo:table-cell>
        </fo:table-row>
        <fo:table-row>
          <fo:table-cell><fo:block font-family="mono">-o <fo:inline font-style="italic">output-file</fo:inline></fo:block></fo:table-cell>
          <fo:table-cell><fo:block>Output file.  Default is <fo:inline font-family="mono">layout.pdf</fo:inline>.</fo:block></fo:table-cell>
        </fo:table-row>
        <fo:table-row>
          <fo:table-cell><fo:block font-family="mono">-w <fo:inline font-style="italic">warning-mode</fo:inline></fo:block></fo:table-cell>
          <fo:table-cell><fo:block>Warning mode.  See <fo:inline font-family="mono">fo-utils.h</fo:inline>.</fo:block></fo:table-cell>
        </fo:table-row>
        <fo:table-row>
          <fo:table-cell><fo:block font-family="mono">-d <fo:inline font-style="italic">debug-mode</fo:inline></fo:block></fo:table-cell>
          <fo:table-cell><fo:block>Debug mode.  See <fo:inline font-family="mono">fo-utils.h</fo:inline>.</fo:block></fo:table-cell>
        </fo:table-row>
      <fo:table-row>
        <fo:table-cell><fo:block font-family="mono">--continue</fo:block></fo:table-cell>
        <fo:table-cell><fo:block>Continue after any formatting errors, if possible.</fo:block></fo:table-cell>
      </fo:table-row>
      <fo:table-row>
        <fo:table-cell><fo:block font-family="mono">--format (auto|pdf|postscript)</fo:block></fo:table-cell>
        <fo:table-cell><fo:block>Format of the output file.  The default is <fo:inline font-family="mono">auto</fo:inline>, which selects the format based on the extension of the output filename.</fo:block></fo:table-cell>
      </fo:table-row>
      <fo:table-row>
        <fo:table-cell><fo:block font-family="mono">--backend (cairo|gp)</fo:block></fo:table-cell>
        <fo:table-cell><fo:block>Use the Cairo or GNOME Print backend to produce the output file.  The default is <fo:inline font-family="mono">gp</fo:inline>.</fo:block></fo:table-cell>
      </fo:table-row>
      <fo:table-row>
	<fo:table-cell><fo:block font-family="mono" font-style="italic">&lt;xml></fo:block></fo:table-cell>
        <fo:table-cell><fo:block>Input XML file.</fo:block></fo:table-cell>
      </fo:table-row>
      <fo:table-row>
	<fo:table-cell><fo:block font-family="mono" font-style="italic">&lt;stylesheet></fo:block></fo:table-cell>
        <fo:table-cell><fo:block>XSL stylesheet file.  Necessary when <fo:inline font-style="italic">&lt;xml></fo:inline> is not in the FO vocabulary.</fo:block></fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
  </fo:flow>
</fo:page-sequence>
</fo:root>