Re: does DOM Object contain schema elements also ??

> my question is when DOM object is generated then does this DOM object
contain
> schema elements and node information also ?? (does DOM tree include schema
> information also ??)

In general no, though there may be some implementations out there that have
added something like this (though I have never heard of it).  But because
the Schema is itself XML you could easily load it into a separate DOM
instance and access the tree that way.

Good Luck,
Jeff Rafter
Defined Systems
http://www.defined.net

Received on Monday, 5 February 2001 16:33:40 UTC