wireshark/doc/custom_layer_single_html.xsl
Gerald Combs 54d279dd7e Docs: Move the User's and Developer's Guides to the doc directory
The documentation was originally kept in the "docbook" directory because
it was written in the DocBook markup language. That hasn't been the case
for a long time, so just move everything under "doc".

Move make-wsluarm.py to the tools directory.
2024-07-25 17:02:48 +00:00

17 lines
385 B
XML

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- copied from custom_layer_chm.xsl -->
<!-- import the main stylesheet -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:output
method="html"
encoding="UTF-8"
indent="yes"
/>
</xsl:stylesheet>