xhtml.xsl revision cc2ee177dbb3befca43e36cfc56778b006c3d050
1<?xml version='1.0'?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" version="1.0">
4 
5<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
6<xsl:import href="xhtml-common.xsl"/>
7 
8<xsl:output method="xml" encoding="ISO-8859-1" indent="yes"
9doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
10doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11/>
12 
13</xsl:stylesheet>
14