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"

Re: AW: i18n namespace attribute in wml output

2003-03-05 Thread Joerg Heinicke
... -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Dr. Hans M. Rupp Gesendet: Mittwoch, 5. Marz 2003 13:22 An: Coocon-user Liste Betreff: i18n namespace attribute in wml output Hallo! We trying to use Cocoon with the i18n Transform

AW: i18n namespace attribute in wml output

2003-03-05 Thread Marco Rolappe
ungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Auftrag von Dr. Hans M. Rupp > Gesendet: Mittwoch, 5. Marz 2003 13:22 > An: Coocon-user Liste > Betreff: i18n namespace attribute in wml

i18n namespace attribute in wml output

2003-03-05 Thread Dr. Hans M. Rupp
Hallo! We trying to use Cocoon with the i18n Transformer to generate wml output. We have noticed that the generated wml code contains an i18n namespace attribute. This causes the Nokia Wap toolkit not to recognize the output as wml. How can we configure the i18n Transformer so that no namespace

namespace attribute

2003-02-03 Thread arturl
When I transform sources with the CInclude transformer, I get the xmlns:cinclude="http://apache.org/cocoon/include/1.0"; attribute with the first result element. Is it possible to get rid of that? -- Artur - Please check that