Hi!
I'm currently using stream (or event) based parsing of XML document with XML:
arser and it works quite well, but I'm also looking for alternatives.
If I would use XML:
OM as a tree walker (back/forward), I was wondering is there easy way to get all of the attributes of specific tag, e.g.
<COMPONENT id="Processor" name="Pentium 4" speed="2000" />
and I would like to get all the attributes to array. Is there a way to do it. With stream based parsing it's quite easy, but I'm quite new to XML:
OM.
Br, Windrider
I'm currently using stream (or event) based parsing of XML document with XML:
If I would use XML:
<COMPONENT id="Processor" name="Pentium 4" speed="2000" />
and I would like to get all the attributes to array. Is there a way to do it. With stream based parsing it's quite easy, but I'm quite new to XML:
Br, Windrider