Hi I have a problem with some logic. The problem is that I have some
data stored in a mysql database and I would like to use this data in an
XSP file. Eg:

<esql> grab the data </esql>

<xsp:logic>
 start to use the data.
</xsp:logic>


Am I correct that this is not possible because the xsp:logic statements
are done before the esql statements or is it possible to do this:

<xsp:logic>
 <esql> grab the data </esql>
 start to use the data.
</xsp:logic>


Thanks for your time,
Sharat Koya


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