freebsd-ports/textproc/xmlto/files/pkg-message.in
Matthias Andree 08f4464c32 Fix dependency on passivetex if this option is enabled, reported by
Andriy Gapon and fix proposed by Hiroki Sato.

Add xhtml2fo.xsl default XHTML1 -> FO style sheet from
<http://www.antennahouse.com/XSLsample/XSLsample.htm> and install it
into DATADIR; and add a pkg-message about its use.

Submitted by:	avg@
Obtained from:	hrs@
PR:		ports/183295
2013-10-25 22:32:09 +00:00

9 lines
361 B
Text

For benefits of conversions away from XHTML1 through XSL-FO,
a stylesheet xhtml2fo.xsl has been installed
into %%DATADIR%%. Example use:
xmlto pdf -x %%DATADIR%%/xhtml2fo.xsl myXHTML1file.xml
More style sheets for XHTML1 conversions can be found at
<http://www.antennahouse.com/XSLsample/XSLsample.htm>
under "Stylesheet for XHTML to XSL-FO transformation"