forked from pool/xmlto
2af60084ee
- Suggest instead of recommend texlive: most users are not interested in texlive specific tooling- unless they install texlive. xmlto is also useful without the texlice stack. So instead of recommending (and this installing by default) textlive, we switch to suggesting it. OBS-URL: https://build.opensuse.org/request/show/686158 OBS-URL: https://build.opensuse.org/package/show/Publishing/xmlto?expand=0&rev=32 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
README.SUSE | ||
xmlto-0.0.28.tar.bz2 | ||
xmlto-codecleanup.patch | ||
xmlto-nonvoid.patch | ||
xmlto-xsltopts.patch | ||
xmlto.changes | ||
xmlto.spec |
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