SOLUTION: double namespace attribute in SQL Transformer

2003-03-16 Thread Robert Douglass
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

RE: double namespace attribute

2003-03-16 Thread Robert Douglass
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

Re: double namespace attribute

2003-03-11 Thread Charles Yates
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

double namespace attribute

2003-03-11 Thread Robert Douglass
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"