- or download this
<sys xmlns="urn:mavenir:ns:yang:wrg-sc:6.0.2.8">
<platform><contact>
...
</tmmTableFilenameMap>
</platform>
</sys>
- or download this
#!/usr/bin/perl
...
my @a = $book->findnodes("tmmTableFilenameMap");
$book->removeChild($a);
print $book->serialize();
- or download this
XML::LibXML::Node::removeChild() -- node is not a blessed SV reference
+ at DeleteNodesXml.pl line 17.