> It seems indeed to be a bug, but I don't know where
> - the SQLTransformer?

Yeah. Note that the 'label="xml"' is on the
<map:transform type="sql" label="xml"/> step of the
pipeline. I tried on the previous and next steps and
it works fine.

> And you are not the first one having
> this problem with 
> the duplicate namespace declaration.

Sorry i only used the new users mail-list before. I
found a mail on the old cocoon-users mail list with
the same problem from 11 months ago but has no
responses. I'll send a mail to its author anyway.

> This behaviour
> seems to be fixed 
> through the transformation step. Something that's
> important for finding 
> the bug: The error cames only in IE when it tries to
> display the file, 
> i.e. not already on server side?

Yeah the server works. Is the IExplorer who makes the
error displaying the XML file.

> If yes, is the
> namespace declaration 
> also duplicate in the resulting HTML file?

Ye when i use the 'View/Source code' from the
IExplorer I get the following code:

<?xml version="1.0" encoding="UTF-8"?>
<page xmlns:sql="http://apache.org/cocoon/SQL/2.0";>
<title>Trouble tickets for BigCorp</title>
<content>
<rowset xmlns="http://apache.org/cocoon/SQL/2.0";
xmlns="http://apache.org/cocoon/SQL/2.0";>
<row>
...
</row>
</rowset>
</content>
</page>

So a bug ? We'll see. Thx everybody.

___________________________________________________
Yahoo! Messenger - Nueva versi�n GRATIS
Super Webcam, voz, caritas animadas, y m�s...
http://messenger.yahoo.es

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

Reply via email to