<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
                xmlns:fo="http://www.w3.org/XSL/Format/1.0">
  <xsl:template match="root-document name">
    <!-- processing stuff goes here -->
  <xsl:apply-templates select="node()" />
  </xsl:template>
</xsl:stylesheet>

