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

           <xsl:template match = "/" >
                <xsl:for-each select = "//BBB" >
                     <xsl:text >
       </xsl:text>
                     <aaa >
                          <xsl:value-of select = "." />
                     </aaa>
                </xsl:for-each>
           </xsl:template>
      </xsl:stylesheet>
Author: Miloslav Nic [nicmila@idoox.com]