You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/01/03 21:17:51 UTC

DO NOT REPLY [Bug 5528] - DOMBuilder mixes DOM Level 1 and 2

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 keshlam@us.ibm.com  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.