Re: Core XML DOM suggestions

John, if the nodes you're looking for are all Elements, check out the
getElementsByTagName method. If they're a different type of node, that
isn't supported in Level 1 of the DOM but I'm sure query/search mechanisms
are one of the issues being considered for Level 2.

______________________________________
Joe Kesselman  / IBM Research
Unless stated otherwise, all opinions are solely those of the author.

Received on Friday, 25 September 1998 12:01:31 UTC