David LAGARDERE wrote:

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";>

Wow, great thanks!!!
THAT'S IT ;-)
Thank you very much!


cheers, Markus



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



Reply via email to