You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Alexander Weinmann <aw...@bct-technology.com> on 2000/11/13 15:03:07 UTC

XMLSerializer does not output namespace declarations

Hello all!

I think that the latest C2 from CVS has problems with namespace declarations in 
XML Output -> The XML Serializer does not output namespace declarations anymore.

You can easily test that, if you let C2 read any XML File that uses
namespaces from the filesystem and then serialize it with <map:serialize type="xml"/>. 
If I am not wrong, you will see that the namespace declaration from the 
original file is missing.

Alexander Weinmann