> creates the following invalid XML output (there are multiple xmlns attributes on the 'root' element): > > <?xml version="1.0" encoding="UTF-8"?> > <test> > <root xmlns="http://cocoon.apache.org/session/1.0" xmlns="http://cocoon.apache.org/session/1.0" xmlns="http://cocoon.apache.org/session/1.0"> > <a>foo</a> > <b>bar</b> > </root> > </test>
Umm, the XML might not be what you want, but it's not illegal; an element can have multiple namespaces.... --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>