Help for this page

Select Code to Download


  1. or download this
      $itunes = XML::Generator->new(namespace=>[itunes=>'http://...']);
      $gen = XML::Generator->new();
    
      print $gen->rss($itunes->author("Some Guy"))
    
  2. or download this
    <rss xmlns:itunes="http://..."><itunes:author>Some Guy</itunes></rss>