<?xml version="1.0" encoding="us-ascii"?>
<!-- Converts a RFC 5388 traceroute-XML document to HTML.
     This file is intended to be used as the main stylesheet, it creates a 
     standalone Web page. 
     Licence: as you wish.
     Author: Stephane Bortzmeyer <bortz@users.sourceforge.net>
-->
<xsl:stylesheet
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    version="1.0">

  <xsl:import href="traceroute2html.xsl"/>

  <xsl:param name="standalone" select="'true'"/>

  <xsl:output doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
              doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>

</xsl:stylesheet>

