Help for this page

Select Code to Download


  1. or download this
    for &{ sort :d :k count(ancestor::*) //mml:msub } ls . ;
    
  2. or download this
    <mml:msub>swift</mml:msub>
    
    ...
      </mml:msub>
    
    Found 1 node(s).
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
            sort { $b->[1] <=> $a->[1] }
            map [ $_, $_->findvalue('count(ancestor::*)')],
            $xml->findnodes('//mml:msub');