Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
              "' path='", $e->path(),
              "' parentTag='", $e->parent->tag(), "'\n";
    }
    
  2. or download this
    text= fooB ' tag='attribB' path='/myconfig/myobj/myattributes/attribB'
    + parentTag='myattributes'
    text= fooB ' tag='attribB' path='/myconfig/myobj/myattributes/attribB'
    + parentTag='myattributes'
    ...
        </myattributes>
      </myobj>
    </myconfig>