<?xml version="1.0" encoding="iso-8859-1"?>

<Q:stylesheet version="1.0" xmlns:Q="http://www.w3.org/1999/XSL/Transform">

<!--
 This is a no-show XSL for heading off browser-rendering of large XSL documents
 sburke@cpan.org
 Time-stamp: "2004-08-06 21:50:55 ADT"
-->

<Q:output method="html" />

<Q:template match="/">
<html class='XML_no_show'><head>
  <title>XML document (not shown)</title>
  <Q:element name="meta">
    <Q:attribute name="content-type">text/html; charset=iso-8859-1</Q:attribute>
  </Q:element>
</head><body style="
  background-color: black;
  background: black;
  color: #8f8;
  font-size: 140%;
  border: 7px dashed #afa;
  padding: 1em;
  text-align: center;
">
<p>This web page is actually a large XML document.
<br/>View source if you need to see the data directly.</p>

</body></html>

</Q:template>

</Q:stylesheet>
<!-- end -->

