Re: Problems parsing XML

Mark Weaver (weaver@corvusdev.com)
Tue, 14 Apr 1998 12:48:54 -0400


>
>Okay, so what am I doing wrong? Has anybody else run into this?
>
>Any help any of you could provide will be greatly appreciated!
>

I'm not sure what's wrong with your existing code, but you might want to try
using Element.getChild() instead of the ElementEnumeration class. We use that
method to walk the XML tree (with MSXML) and it works fine.

Mark Weaver
Corvus Development, Inc.