DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7687>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7687 createElementNS ------- Additional Comments From [EMAIL PROTECTED] 2002-04-04 14:24 ------- If you're using Xalan as your serializer, this is probably a bug in Xalan rather than in Xerces. We know there are some open issues in Xalan's default identity transformations. (See, for example, bug 5779.) The default transforms attempt to bypass most of Xalan for performance reasons. Unfortunately that optimization is a bit too enthusiastic; it currently also bypasses the special-cases that detect and repair missing namespace declarations. The current workaround is to use an explicit identity stylesheet, which will work correctly -- or to use Xerces' own serializers. If you want to open this as a bug against Xalan, feel free, though this may be a duplicate of one of the existing ones. We're currently considering the default-identity-transform glitches low priority since the workaround exists. Here's an odd thought: Should the Xerces serializers be available via the TrAX interfaces, as a limited special-case instantiation of some specific identity transforms? Might be an interesting application of those APIs, and another step toward standardized solutions. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
