Help for this page

Select Code to Download


  1. or download this
    ## Print the text of all <description> elements
    'string( description )' => sub { print xvalue },
    
  2. or download this
    use XML::Filter::Dispatcher qw ( :all );
    use XML::SAX::Machines qw( Pipeline );
    ...
        ],
      )
    );
    
  3. or download this
    'string( attitude )' => sub { print xvalue; },