i get the same result with:

         <?xml version="1.0" encoding="ISO-8859-1" ?>
         <xsl:stylesheet version="1.0"
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
         xmlns:xhtml="http://www.w3.org/1999/xhtml";
         xmlns:i18n="http://apache.org/cocoon/i18n/2.1";>
         <xsl:param name="root"/>
         <xsl:param name="document-id"/>
         <xsl:param name="language"/>

         <xsl:template name="login"/>
         <xsl:param name="users-login"/>

         <xsl:template match="content">
         <div id="test">
           <xsl:apply-templates />
         </div>
         </xsl:template>

         <xsl:template match="rank_title">
         <xsl:value-of select="."/>
         </xsl:template>
         </xsl:stylesheet>

and

         <div id="main">
           <xsl:apply-templates select="xhtml:[EMAIL PROTECTED] = 'test']"/>
         </div>


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to