Go to file
2024-05-04 02:11:59 +02:00
.gitattributes Sync from SUSE:SLFO:Main xmlto revision 0438c94b923b148127b08bb4fcae4dba 2024-05-04 02:11:59 +02:00
README.SUSE Sync from SUSE:SLFO:Main xmlto revision 0438c94b923b148127b08bb4fcae4dba 2024-05-04 02:11:59 +02:00
xmlto-0.0.28.tar.bz2 Sync from SUSE:SLFO:Main xmlto revision 0438c94b923b148127b08bb4fcae4dba 2024-05-04 02:11:59 +02:00
xmlto-codecleanup.patch Sync from SUSE:SLFO:Main xmlto revision 0438c94b923b148127b08bb4fcae4dba 2024-05-04 02:11:59 +02:00
xmlto-nonvoid.patch Sync from SUSE:SLFO:Main xmlto revision 0438c94b923b148127b08bb4fcae4dba 2024-05-04 02:11:59 +02:00
xmlto-xsltopts.patch Sync from SUSE:SLFO:Main xmlto revision 0438c94b923b148127b08bb4fcae4dba 2024-05-04 02:11:59 +02:00
xmlto.changes Sync from SUSE:SLFO:Main xmlto revision 0438c94b923b148127b08bb4fcae4dba 2024-05-04 02:11:59 +02:00
xmlto.spec Sync from SUSE:SLFO:Main xmlto revision 0438c94b923b148127b08bb4fcae4dba 2024-05-04 02:11:59 +02: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