Here is the solution that I believe Charles was suggesting (for those who
are as XML inept as I, it is nice to have this in black and white)
http://www.w3.org/1999/XSL/Transform";
xmlns:sql="http://apache.org/cocoon/SQL/2.0";>
SELECT * FROM foo
namespace attribute
Don't know why, exactly, but this has been discussed here before and
the work around is to use namespace prefixes on all elements, ie don't
use a default namespace in the document with the query. Something along
those lines anyway. This works for me.
Charles
Rober
Don't know why, exactly, but this has been discussed here before and
the work around is to use namespace prefixes on all elements, ie don't
use a default namespace in the document with the query. Something along
those lines anyway. This works for me.
Charles
Robert Douglass wrote:
Does an
Does anyone know why my sql transformation returns an element with two xmlns
attributes?
http://apache.org/cocoon/SQL/2.0";
xmlns="http://apache.org/cocoon/SQL/2.0";>
Using cocoon-2.0.4-bm14
The xml going into the sql transformation looks like this:
http://apache.org/cocoon/SQL/2.0"