Vadim Gritsenko wrote: > > [EMAIL PROTECTED] wrote: > > >cziegeler 2002/10/10 23:30:41 > > > > Modified: > src/scratchpad/src/org/apache/cocoon/sunshine/connector Tag: > > cocoon_2_0_3_branch ResourceConnectorImpl.java > > src/java/org/apache/cocoon/xml Tag: cocoon_2_0_3_branch > > XMLUtils.java > > Log: > > Synchronizing branch with HEAD: Adding fix for Xalan bug > > > > Carsten, > > AFAIU, this fix introduces new bug: > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11935 > Do we need such fix then? It will break many websites... > Please, look closely at what I did - I didn't touch the serializers, so the answer is: "No, it does not introduce the bug above."
> PS According to > http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=103243914827881&w=2 > this xalan bug have no impact on Cocoon. Is it right? > Yes, Cocoon is infected by this bug and that in several ways! There were some problems in the serializers as well but the main problems lie in serializing XML to text. This is for example done in the SourceWritingTransformer. In those cases Xalan does not correctly handle namespaces (as described in the Xalan bug) and you get invalid XML - so this fix is very important. Thanks Carsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]