Tony Collen wrote:

<document xmlns:sql="xmlns:sql="http://apache.org/cocoon/sql/2.0";>

and then just use:

<sql:execute-query>
  <sql:use-connection>ward_connect</sql:use-connection>
  <sql:query>select admin_name from wards;</sql:query>
</sql:execute-query>


Whoops, wow, my mail client *really* likes to mangle namespace declarations. Ignore the literal text, and just try declaring the sql namespace in the root <document> tag, and see if it works.

Tony


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



Reply via email to