summaryrefslogblamecommitdiff
path: root/share/xsl/freebsd-xhtml.xsl
blob: 6bb344df23f15a8f5a974a931beadabd174798e0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
                  
                                                                
                              
 
                                       
                                                                        
 
                                                
                 
<?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="/usr/local/share/xsl/docbook-ns/xhtml/docbook.xsl"/>

  <!-- Pull in common XHTML customizations -->
  <xsl:include href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>