Thanks for your patch, Greg!

It's applied - please cross-check


Carsten

Open Source Group                        sunShine - b:Integrated
================================================================
Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
www.sundn.de                          mailto: [EMAIL PROTECTED]
================================================================

-----Ursprungliche Nachricht-----
Von: Greg Weinger [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 25. September 2001 21:11
An: [EMAIL PROTECTED]
Betreff: [C2][patch] WriteDOMSessionTransformer


This patch fixes a bug in the WriteDOMSessionTransformer, which does not
currently build xml documents with namespaces correctly.

This is because critical startPrefixMapping(prefix,uri) events are arriving
before the DOMBuilder is initialized, by a startElement() event.  The prefix
mappings are therefore never passed to the DOMBuilder.  My solution was to
store these uri/prefix values in a Map until the DOMBuilder is initialized,
then fire those events before firing the root element event.

Thanks,
Greg




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

Reply via email to