<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn">
    <xsl:output method="text" indent="no" />

    <xsl:include href="/app/tools/common/production/templates/text_templates.xsl" />
    <xsl:include href="show.xsl" />

    <xsl:template match="Root">
        <xsl:call-template name="showLayout" />
    </xsl:template>

</xsl:stylesheet>

