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

  <xsl:include href="/app/tools/support/templates/layout.xsl" />
  <xsl:include href="service_credential_list.xsl" />
  <xsl:include href="pos_file_list.xsl" />

  <xsl:template name="mainBody" >
  
    <link href="/include/css/pos.css" rel="stylesheet" type="text/css" />
  
    <div id="posFeed">  
        <xsl:call-template name="bodyTitle" >
          <xsl:with-param name="title">POS Feed Management</xsl:with-param>
        </xsl:call-template>
    
        <xsl:call-template name="serviceCredentialSection" />
        
        <xsl:call-template name="posFileSection" />
    </div>

  </xsl:template>


</xsl:stylesheet>
