<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "&#160;">]>

<!-- $NetBSD: global.xsl,v 1.12 2018/06/24 16:12:03 maya Exp $ -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		xmlns:html="http://www.w3.org/1999/xhtml"
		exclude-result-prefixes="html"
		version="1.0">

  <!-- global settings -->
  <xsl:output method="html" indent="yes"/>

  <xsl:param name="feedback.href">//www.NetBSD.org/cgi-bin/feedback.cgi</xsl:param>
  <xsl:param name="feedback.link.text">(contact us)</xsl:param>
  <xsl:param name="foothome.text">Home page</xsl:param>
  <xsl:param name="footer.hr">1</xsl:param>
  <xsl:param name="header.hr">0</xsl:param>

</xsl:stylesheet>
