in reply to Re^2: Using XML Twig to summarize a large file
in thread Using XML Twig to summarize a large file
A handler is called when the associated expression triggers it, so what you wrote triggers a handler on every populate element. I don't see any element by that name in the XML, so the handler will not be called. Is there anything wrong with the pyx code I posted below? Or any specific reason why you would want to use XML::Twig despite it not being the most suited for the task?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using XML Twig to summarize a large file
by Mr.Churka (Sexton) on Nov 07, 2007 at 17:03 UTC | |
by mirod (Canon) on Nov 07, 2007 at 17:40 UTC |