Hi Jovan, "Jovan Kostovski" <[EMAIL PROTECTED]> writes:
> I want to extract the element atributes and to fill in some structures in > my program. > > [...] > > I'm testing the parser with small xml file: > > <?xml version="1.0"?> > <array> > <number>0</number> > <number>1</number> > <number>42</number> > </array> Perhaps you are not getting any attributes because your test file does not have any ;-). hth, -boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
