Ticket #55266: xsltproc-test.xml

File xsltproc-test.xml, 2.7 KB (added by nortcele, 7 years ago)

xml test file

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4<article lang="en">
5  <title>A Gentle Title</title>
6
7  <articleinfo>
8    <title>A Gentle Title</title>
9
10    <subtitle>A gentle litle file for xsltproc test.</subtitle>
11
12    <date>2017-11-07</date>
13
14    <abstract>
15      <para>Some gentle little words to describe nothing at all.</para>
16    </abstract>
17
18    <author>
19      <firstname>Joël</firstname>
20
21      <surname>Brogniart</surname>
22
23      <contrib>Main author</contrib>
24    </author>
25  </articleinfo>
26
27
28  <sect1 id="prerequis">
29    <title>Prerequisites</title>
30
31    <sect2 id="prerequis.os">
32      <title>Operating system</title>
33
34      <para>MacOS using MacPorts.</para>
35    </sect2>
36
37    <sect2 id="prerequis.soft">
38      <title>Software</title>
39
40      <para>The main packages/software that are required for the test xsltproc
41      are the following:</para>
42
43      <itemizedlist>
44        <listitem>
45          <para>MacPorts</para>
46        </listitem>
47
48        <listitem>
49          <para>libxslt port</para>
50        </listitem>
51
52      </itemizedlist>
53
54    </sect2>
55
56    <sect2 id="prerequis.libxslt">
57      <title>libxslt</title>
58
59      <para>lsltproc is provided by libsxlt.</para>
60    </sect2>
61  </sect1>
62       
63  <sect1 id="commands">
64    <title>Commands manual</title>
65
66    <para>You may skip this part if you want to use only the graphical user
67    interface (and that should usually be the case). However, every action
68    carried out with the graphical interface can also be performed using the
69    various commands whose syntax is described here.</para>
70
71    <refentry id="xsltproc">
72      <refmeta>
73        <refentrytitle>xsltproc</refentrytitle>
74        <manvolnum>1</manvolnum>
75        <refmiscinfo class="source">xsltproc</refmiscinfo>
76        <refmiscinfo class="version">Using libxml 20904, libxslt 10129 and libexslt 817</refmiscinfo>
77      </refmeta>
78
79      <refnamediv>
80        <refname>xsltproc</refname>
81        <refpurpose>test xlstproc</refpurpose>
82      </refnamediv>
83
84      <refsynopsisdiv>
85        <cmdsynopsis>
86          <command>xsltproc</command>
87          <arg choice="plain"><replaceable>--nonet</replaceable></arg>
88          <arg choice="plain"><replaceable>http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl</replaceable></arg>
89          <arg choice="plain"><replaceable>xsltproc-test.xml</replaceable></arg>
90        </cmdsynopsis>
91      </refsynopsisdiv>
92
93      <refsect1>
94        <title>Description</title>
95        <para>The <command>xsltproc</command> should work without asking network file.</para>
96      </refsect1>
97    </refentry>
98  </sect1>
99
100</article>