Re: [xml] getting values of attributes
- From: Stefan Seefeld <seefeld sympatico ca>
- To: xml gnome org
- Subject: Re: [xml] getting values of attributes
- Date: Wed, 28 Aug 2002 11:17:03 -0400
Hi Krishnan,
if all you want to do is find some entities, i.e. if you don't care
for the document's structure (parent nodes, say), why aren't you using
just plain SAX ?
You still need to compare the element's name as well as walk the
attribute list, but you avoid the parsing and storage of the whole
document as an in-memory tree.
Regards,
Stefan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]