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=4844>. 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=4844 Implement a reusable structure for Translets and DOMs. ------- Additional Comments From [EMAIL PROTECTED] 2001-12-31 04:49 ------- This is probably very true for translets, but it does not make much sense to do this for DOMs. Building a DOM means parsing an XML file, and it is the actual parsing and not so often the DOM building that takes up time. Concentrate on reusable translets and leave the DOM. We are moving towards DTM anyway, and there is not much point in wasting time on improving code that will get scrapped in 6 or 7 months.
