Re: About DOM

>   What does DOM generates(tree or graph)?

The DOM's view of an XML document is essentially a tree --
or, if you prefer, a directed acyclic graph. Of course the
underlying data representation need not correspond directly
to that view, and you could write the DOM's contents out as
whatever variety of data structure you prefer.

Received on Tuesday, 5 June 2001 21:04:37 UTC