There are 2 independent technologies: 1. SQLTransformer http://cocoon.apache.org/2.1/userdocs/transformers/sql-transformer.html
2. ESQL Logicsheet (the XSP) http://cocoon.apache.org/2.1/userdocs/xsp/esql.html
They are completely independent and it's possible (I don't know, I never used one of them) that SQLTransformer does not support skip-rows.
Joerg
Bruno Pierre wrote:
Hi
I don't understand why tag like
<sql:skip-rows>2</sql:skip-rows>
are ignored by the sql transform call in the sitemap.xmap by
<map:transform type="sql">
<map:parameter name="use-connection" value="personnel"/>
</map:transform>
Does it work only in xsp file?
thanks.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
