SHA256
1
0
forked from pool/xmlto
Go to file
Martin Pluskal 2da79a4c80 Accepting request 752969 from home:StefanBruens:branches:devel:tools:scm
- Depend on one of the DocBook stylesheets (4 or 5), prefer
  DocBook 4 for backwards compatibility.
- Remove unnecessary docbook-xsl-stylesheets BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/752969
OBS-URL: https://build.opensuse.org/package/show/Publishing/xmlto?expand=0&rev=34
2019-12-03 09:39:08 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlto?expand=0&rev=1 2007-01-15 23:43:04 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlto?expand=0&rev=1 2007-01-15 23:43:04 +00:00
README.SUSE Accepting request 586502 from home:avindra 2018-03-14 07:56:25 +00:00
xmlto-0.0.28.tar.bz2 Accepting request 586502 from home:avindra 2018-03-14 07:56:25 +00:00
xmlto-codecleanup.patch Accepting request 586502 from home:avindra 2018-03-14 07:56:25 +00:00
xmlto-nonvoid.patch Accepting request 586502 from home:avindra 2018-03-14 07:56:25 +00:00
xmlto-xsltopts.patch Accepting request 586502 from home:avindra 2018-03-14 07:56:25 +00:00
xmlto.changes Accepting request 752969 from home:StefanBruens:branches:devel:tools:scm 2019-12-03 09:39:08 +00:00
xmlto.spec Accepting request 752969 from home:StefanBruens:branches:devel:tools:scm 2019-12-03 09:39:08 +00:00

Limitation Producing PDF Output
===============================

For PDF output "xmlto" relies on "pdfxmltex" (passivetex)
resp. texlive-xmltex which currently do not support the complete FO
standard.  If you encounter problems within this tool chain, use a FO
processor such as "fop":

1/ Produce FO using "xmlto":

   xmlto fo file.xml

2/ Run "fop" on the .fo file:

   fop file.fo


Specifying HTML output encoding
===============================

Make use of the --xsltopts switch to specify the HTML output encoding:

   xmlto --xsltopts '--stringparam chunker.output.encoding "ISO-8859-1"' \
         html file.xml