xsl-list
[Top] [All Lists]

RE: [xsl] please help me

2006-05-27 04:49:46
broomand wrote:

  Hi

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

iget this eror:' xsl' is an undeclared namespace.

  This error message is not correct.  But if you intend to create an
XSLT stylesheet, the 'stylesheet' element is in the XSLT namespace:

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

  Regards,

--drkm

























        

        
                
___________________________________________________________________________ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com
<Prev in Thread] Current Thread [Next in Thread>