aboutsummaryrefslogtreecommitdiff
path: root/share/xml/freebsd-xhtml.xsl
blob: 768b58651943554c8f0a3b5a91b441cb94e187fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version='1.0'?>

<!-- $FreeBSD$ -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'>

  <!-- Pull in the base stylesheets -->
  <xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/docbook.xsl"/>

  <!-- Pull in common XHTML customizations -->
  <xsl:import href="http://www.FreeBSD.org/XML/share/xml/freebsd-xhtml-common.xsl"/>

  <xsl:import href="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-xhtml.xsl"/>
</xsl:stylesheet>