<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet
    xmlns:xsl = "http://www.w3.org/1999/XSL/Transform"
    version = "1.0">
 <xsl:output
    method = "html"
    encoding = "UTF-8"
    doctype-public = "-//W3C//DTD HTML 4.01 Transitional//EN"
    doctype-system = "http://www.w3.org/TR/html4/loose.dtd"
    indent = "yes"
 />

 <xsl:variable name="method">html</xsl:variable>

 <xsl:include href="metaf.xsl"/>
 <xsl:include href="metaf-ui.xsl"/>
</xsl:stylesheet>
