doc/share/xsl/freebsd-xhtml.xsl

16 lines
518 B
XML
Raw Normal View History

2002-05-05 19:02:43 +02:00
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>
2002-05-05 19:02:43 +02:00
<!-- 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/www/share/xsl/freebsd-xhtml-common.xsl"/>
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-xhtml.xsl"/>
</xsl:stylesheet>