I think you just need to add end the sql:execute-query tag and restart
it again...

> <?xml version="1.0" encoding="ISO-8859-1"?>
> <result  xmlns:sql="http://apache.org/cocoon/SQL/2.0";>
>   <sql:execute-query>
>     <sql:query name="person">SELECT lastname FROM person WHERE
> id=123</sql:query>
     </sql:execute-query>
     <sql:execute-query>
>     <sql:query name="address">SELECT street,zipcode,city FROM address
> WHERE person=123</sql:query>
>   </sql:execute-query>
> </result>

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

Reply via email to