Re: [xml] getting values of attributes



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]