> Maybe the SQL-Transformer can help you.
>
> Reinhard
No doubt I should move to this eventually (I was just getting to like
esql!)--as I understand it this would clearly eliminate the java
compilation step since there is no xsp involved. Nevertheless I think
short term I should be able to get a nice speed-up by peeling the sql
off the cocoon parameter.
I see people on the mailing list doing stuff like this:
<map:generate type="serverpages"
src="FileWithCIncludedXspRightNow.xsp">
<map:parameter name="GeneratedSQL"
value="cocoon:/generatedSQL.sql"/>
</map:generate>
And expecting, I think, to have cocoon:/generatedSql.sql replaced by the
pipeline results. But I only get the literal
"cocoon:/generatedSQL.sql".
This should work, shouldn't it?
Steve
---------------------------------------------------------------------
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]>