wok annotate xmlto/description.txt @ rev 25074

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