wok view xmlto/description.txt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents
children
line source
1 xmlto
2 -----
4 Utility `xmlto` is a simple shell script for converting XML files to various
5 formats. It serves as easy to use command line frontend to make fine output
6 without remembering many long options and searching for the syntax of the
7 backends.
9 At the moment it supports conversion from docbook, xhtml1 and fo format to
10 various output formats (awt, fo, htmlhelp, javahelp, mif, pdf, svg, xhtml, dvi,
11 html, html-nochunks, man , pcl, ps, txt, xhtml-nochunks).
13 Some output formats may be unavailable if you use don't have all prerequisities
14 installed, as xmlto uses backends (xsltproc, passivetex/fop/dblatex) for
15 processing.
17 You could check the documentation online at
18 <https://fedorahosted.org/xmlto/wiki/xmlto>
19 (or generate the offline version with xmlto from doc/xmlto.xml sources).
21 If you received xmlto as a part of distribution, you should already have
22 xmlto(1) manpage on your machine.
25 xmlif
26 -----
28 `xmlif` utility filters XML according to conditionalizing markup. This can be
29 useful for formatting one of several versions of a XML document depending on
30 conditions passed to the command.
32 You could check the documentation online at
33 <https://fedorahosted.org/xmlto/wiki/xmlif>
34 (or generate the offline version with xmlto from doc/xmlif.xml sources).
36 If you received xmlif as a part of distribution, you should already have
37 xmlif(1) manpage on your machine.
40 How to contact authors
41 ----------------------
43 Since xmlto 0.19, xmlto is maintained by Ondřej Vašík <ovasik@redhat.com>.
45 You can contact me directly via email or leave a ticket on project's trac
46 instance at <https://fedorahosted.org/xmlto/newticket>.
47 Registered fedoraproject.org account is required for this.