Help for this page

Select Code to Download


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