aboutsummaryrefslogblamecommitdiff
path: root/tr_TR.ISO8859-9/share/xsl/freebsd-xhtml.xsl
blob: 3e3d7cb6b2bd2572b71df7a0665a7d5697bcb09d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                 





                                                        
                 
<?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-xhtml.xsl"/>

  <!-- Language-specific general customizations -->
  <xsl:import href="freebsd-common.xsl"/>

  <!-- Language-specific common XHTML customizations -->
  <xsl:import href="freebsd-xhtml-common.xsl"/>
</xsl:stylesheet>