search for: xmldomapply

Displaying 1 result from an estimated 1 matches for "xmldomapply".

2005 May 10
0
Fwd: Extract just some fields from XML]
...>The xmlTreeParse is a hybrid parser. It works at the higher >level of nodes, but provides an opportunity to process >nodes when they are "created" and before their parent >nodes have been processed. So it works bottom up >(in one of its modes). > >You can also use xmlDOMApply() to iterate over all the >nodes of a parsed XML tree. You give xmlDOMApply() a >function and it can do whatever it wants, including >checking the name of the node to see if you want it >and then storing it somewhere. That's where you'll >need closures (simply viewed the &...