- Add epub stylesheet customization
This commit is contained in:
parent
ebeaccc19d
commit
5bf11e4c09
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40830
1 changed files with 18 additions and 0 deletions
18
share/xsl/freebsd-epub.xsl
Normal file
18
share/xsl/freebsd-epub.xsl
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version='1.0'?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version='1.0'
|
||||
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
exclude-result-prefixes="#default">
|
||||
|
||||
<!-- Pull in the base stylesheets -->
|
||||
<xsl:import href="/usr/local/share/xsl/docbook/epub/docbook.xsl"/>
|
||||
|
||||
<!-- Pull in common XHTML customizations -->
|
||||
<xsl:include href="freebsd-xhtml-common.xsl"/>
|
||||
|
||||
<xsl:param name="generate.legalnotice.link" select="'1'"/>
|
||||
</xsl:stylesheet>
|
||||
|
Loading…
Reference in a new issue