Does anyone know why my sql transformation returns an element with two xmlns
attributes?

<rowset xmlns="http://apache.org/cocoon/SQL/2.0";
xmlns="http://apache.org/cocoon/SQL/2.0";>

Using cocoon-2.0.4-bm14

<map:pipeline>
<map:match pattern="browse">
<map:generate src="Rob/browse/browse.xml"/>
<map:transform src="Rob/browse/browse.xslt">
<map:parameter name="use-request-parameters" value="true"/>
</map:transform>
<map:transform src="" type="sql">
<map:parameter name="use-connection" value="sites"/>
</map:transform>
<map:serialize/>
</map:match>
</map:pipeline>

The xml going into the sql transformation looks like this:
<execute-query xmlns="http://apache.org/cocoon/SQL/2.0";>
<query>select type from all_documents where id='4711'</query>
</execute-query>

Thanks,

Robert Douglass


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

Reply via email to