Thread: What is DOM?
View Single Post
  #7 (permalink)  
Old 12-25-2007, 09:09 PM
shaalini shaalini is offline
D-Web Analyst
 
Join Date: Apr 2007
Posts: 342
shaalini is on a distinguished road
Default Re: What is DOM?

1)DOM requires more memory resources and is not recommended when the document size is big.DOM creates an in-memory representation of the whole document
2) The disadvantages of DOM binding are that it requires the developer to write more complex code depending on the schema and requires the developer to write more boilerplate code for navigating the DOM tree, which results in reduced performance
__________________
Shaalini.S
Be the Best of Whatever you are...
Reply With Quote