I've read through the ESQL docs and looked at many ESQL examples but I
havent found an example which uses ESQL in the stylesheet instead of the XML
document.  I added the XML namespace for ESQL in my stylesheet tag:

<xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
     xmlns:esql="http://apache.org/cocoon/SQL/v2";
     xmlns:xsp="http://www.apache.org/1999/XSP/Core";
>
...

When I simply run esql tags in one of my templates it ignores those tags and
just prints out the data (like XSP isn't processing the ESQL tags).

I think it may have something to do with the <xsp:page> tags or something.
I poked around in some of the sample code, in the newsgroups and the mailing
list to try and find where someone used esql in their stylesheet but couldnt
find anything.

Any help would be appreciated!  Oh, and Olivier Jeulin, thanks for the
pointer to the auth taglib - that works great!

- Brent


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to