<?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 just creates
     a <div> suitable for inclusion in a 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="'false'"/>

  <xsl:output omit-xml-declaration="yes"/>

</xsl:stylesheet>

