How does namespace affect the DOM tree building?

LidaUnsuccins

New Member
As I know, the XML supports namespace to resolve the conflicts between element's names from different specifications.Question 1: Does HMTL support namespace?Question 2: How does namespace affect the DOM tree building? A simple example is the best.
 
Back
Top