Yes, this is because you haven't declared the prefix in your "stylesheet" tag (I advise to write it here so that it can be recognized anywhere in your XSL). Rewrite your "xsl:stylesheet" opening tag like this :
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sql="http://apache.org/cocoon/SQL/2.0"> --- Markus Blasl <[EMAIL PROTECTED]> a écrit : > David LAGARDERE wrote: > > >Try : > ><xsl:template match="sql:rowset"> > > <table> > > <tbody> > > <xsl:apply-templates /> > > </tbody> > > </table> > ></xsl:template> > > > ><xsl:template match="sql:row"> > > <tr> > > <xsl:apply-templates /> > > </tr> > ></xsl:template> > > > > Then I get an error and it says something like, > Prefix needs to get solved in namespace. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]