summaryrefslogtreecommitdiff
path: root/doc/guide/files/share/default-html.xsl
blob: 662e143b5592241017219bf9c629d7ed027e917c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version='1.0'?>

<!-- $NetBSD: default-html.xsl,v 1.3 2006/05/24 07:54:11 mishka Exp $ -->

<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">

  <xsl:import href="http://www.NetBSD.org/XML/htdocs/share/xsl/netbsd-docbook-html.xsl" />

  <xsl:output method="html" indent="yes" encoding="ISO-8859-1"
	doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
</xsl:stylesheet>