[xml] Walking tree without recursion
- From: Oliver Kindernay <oliver kindernay gmail com>
- To: xml gnome org
- Subject: [xml] Walking tree without recursion
- Date: Wed, 23 Jun 2010 18:39:52 +0200
Hello,
I am using libxml2 HTML 4.0 parser to parse HTML and XHTML web pages.
I want to found specific tags (i.e a), so I have to walk through the
tree of parsed document. And I don't want to use recursion like in
this example http://xmlsoft.org/examples/tree1.c. Is there some
mechanism in libxml which provides parsed nodes in some queue?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]