doc/pt_BR.ISO8859-1/share/xsl/freebsd-epub.xsl
Gabor Kovesdan 998b28cb3e - Add more customization layers
- Localize footers
2013-02-26 09:43:12 +00:00

15 lines
505 B
XML

<?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 language-independent stylesheet -->
<xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-epub.xsl"/>
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
</xsl:stylesheet>