So there is duplicating "xmlns" attributes in XML generated by Xalan.
Could it be that the AElfred parser from the saxon jar kicks in? IT is known to report namespace attributes differently than Xerces which may cause hickups in some Xalan versions (unfortunately, this is a dark corner in the SAX spec). Try to remove the services entry from the saxon jar and see whether the problem persists. it this fails, see whether you can import the XML parser functionality from the servlet container rather than the webapp lib. OTOH, it could be the XML parser imported from the servlet container which causes problems. Try to use the Xerces component instead of the SAXParser component to exclude this possiblity.
J.Pietschmann
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]