> Hello professor Nicholas... I´ve read your tip "Traversing an XML document
> with a TreeWalker", and I have a doubt... where in the code, do I load the
> XML file that I want to traverse...?
> In the paper I didin´t see it!
> thanks for your attention!!
The document will be loaded when you parse it, just as you'd parse any DOM document.
---- Nick
Comments