You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Aurelien DEHAY <au...@sncf.fr> on 2001/06/01 14:01:12 UTC

Logicsheets tags in private logicsheet

Hello.

I'am writing my own logicsheet for a little news engine. I want to
have some tags to make SQL queries, so I write something like that in
my logicsheet file:


  <xsl:template match="dicolx:topics-list">
    <box title="Topics" id="menu">
      <esql:connection>
	<esql:pool>dicolx</esql:pool>
	<esql:execute-query>
	  <esql:query>

           ** QUERY **

	  </esql:query>
	  <esql:results>

            ** RESULTS **

	  </esql:results>
	</esql:execute-query>
      </esql:connection>
    </box>
  </xsl:template>

But the esql taglib is not handled by the esql logicsheet. Is there
anyway to do this?

-- 
Aurélien

---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>