<?xml version='1.0'?><xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"><!--   		Brushfire.xsl is part of the Brushfire analysis tool by Chaparral  		Software.  This file is also available at no charge from Chaparral.  		By default, a Filemaker DDR in XML format uses a stylesheet called		Default.xsl, which formats all the pages of a DDR to work in HTML.		Default.xsl is a complex stylesheet and most browsers take a relatively       		long time processing a large DDR before displaying the page.				This stylesheet you are reading now, in comparision does nothing.				Well, almost nothing.		It simply indicates that the DDR is complete.				Since Brushfire uses the XML output generated by the DDR process,		if you own Brushfire, you are now able to proceed with that analysis.				In most cases, the DDR XML output will take under 1 minute, and a		Brushfire analysis might take a couple of minutes; perhaps as long as		five to ten minutes on a truly large solution.						INSTALLATION NOTES				If you are reading this file over the web, first save the Source		of the file into a file on disk called "Brushfire.xsl".				Then move the Brushfire.xsl file inside the DDR directory inside your		FileMaker Developer main directory.  You should now be good to go.										I hope you find this useful.				- Russell Kohn		  Chaparral Software		  -->  <xsl:template match="/">    <HTML>      <HEAD>      	<TITLE>DDR Report Complete - Ready for Brushfire!</TITLE>      </HEAD>      <BODY>        <h1>Database Design Report Output is complete.</h1>        <p>You may now process the output with <strong>Brushfire 2</strong>.</p>        <hr/>                <p><strong>Brushfire 2</strong>: Blazing Fast FileMaker Analysis<br/>         <a href="http://www.chapsoft.com/brushfire/">http://www.chapsoft.com/brushfire</a>.</p>                <hr/>                <p>To install Brushfire2.xsl, view the source of this file in your browser</p>              </BODY>    </HTML>  </xsl:template></xsl:stylesheet>