Nested queries work well, but here, I tried to add a second one, and after
many (useless) tries, I'm suspecting that the SQL-transformer doesn't
support more than one nested query at once?  Below is the query structure,
it works fine if I comment out either one of the nested queries. Trying to
execute them both results in an empty page. I didn't find any hints on this
in the documentation. Did anybody try something like this before?

Kurt

<execute-query xmlns="http://apache.org/cocoon/SQL/2.0";>
      <query name="affairesPV">
                        <!-- Query goes here-->
        </query>
        <execute-query> 
         <query name="rapporteurs">
                        <!-- First nested query goes here-->
         </query>
         </execute-query>
         <execute-query> 
                <query name="departement">
                        <!-- Second nested query goes here-->
                </query>
        </execute-query>
        
    </execute-query>

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to