manuf: Overwrite entry for OUI 08:00:30
[metze/wireshark/wip.git] / docbook / custom_layer_single_html.xsl
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                 version="1.0">
4
5 <!-- copied from custom_layer_chm.xsl -->
6
7 <!-- import the main stylesheet -->
8 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
9
10 <xsl:output
11     method="html"
12     encoding="UTF-8"
13     indent="yes"
14     />
15
16 </xsl:stylesheet>