in reply to XML::XPath
If you look into the t\* directory that comes with XML::XPath, you'll find a test script called remove.t.
This shows a method, $root->removeChild($nodes[0]);.
That said, I looked through all the documentation I could find and scanned all the obvious looking source files and failed to find any documentation on the method, nor even where it is implemented?
Maybe it's so intuative to use that it doesn't require documenting.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: XML::XPath
by Matts (Deacon) on Aug 20, 2003 at 07:37 UTC | |
by BrowserUk (Patriarch) on Aug 20, 2003 at 08:41 UTC |