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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>