<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: extender.xsl 5 2006-07-12 09:42:52Z dret $ -->
<!-- XSLidy Extender, please visit http://dret.net/projects/xslidy/ for more information. -->
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- the xslidy stylesheet must be imported before all extensions... -->
	<xsl:import href="xslidy.xsl"/>
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- ...and then all required extension stylesheets should be imported. this way, any conflicts will be resolved with xslt's standard conflic resolution process. -->
	<xsl:import href="formulatex.xsl"/>
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
</xsl:stylesheet>
