<?xml version="1.0" encoding="utf8"?>
<!--
$Id: mozmac.xsl,v 1.12 2004/10/16 03:21:36 jmates Exp $

The author disclaims all copyrights and releases this document into
the public domain.

Stylesheet for eolas and Mozilla on Mac OS.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0">
  <xsl:import href="default.xsl"/>
  <xsl:output method="xml" media-type="text/html" indent="no"/>
  <xsl:strip-space elements="*"/>
  <xsl:preserve-space elements="info note warn li"/>
  <xsl:param name="stylesheet.version">
    <xsl:text>$Id: mozmac.xsl,v 1.12 2004/10/16 03:21:36 jmates Exp $</xsl:text>
  </xsl:param>
  <xsl:param name="request.preferred_style">
    <xsl:text>mozmac</xsl:text>
  </xsl:param>
<!-- empty stylesheet as really only need font changes in CSS for Mozilla on Mac OS -->
</xsl:stylesheet>
