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=5528>.
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=5528

DOMBuilder mixes DOM Level 1 and 2





------- Additional Comments From [EMAIL PROTECTED]  2002-01-03 12:17 -------
Since we don't currently support Level 1 Only DOMs for input... do we really 
want/need the complexity of supporting them on output?

If not, the simplest fix is a trivial one-line change from createElement(...) to 
createElementNS(null,...). I'd rather go that route for performance reasons; 
serialization is one of our bottlenecks so I'm somewhat reluctant to multi-path 
the code even if it is just testing a pre-established boolean.

Reply via email to