Changeset 9
- Timestamp:
- 02/04/06 18:33:33
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Subscription/OPML.pm
r8 r9 42 42 my $opml = XML::OPML->new; 43 43 $opml->parse($xml); 44 $self->walk_down(@{ $opml->outline }, $context );44 $self->walk_down(@{ $opml->outline }, $context, 0, []); 45 45 } 46 46 … … 60 60 $feed->link($outline->{htmlUrl}); 61 61 $feed->title($outline->{title}); 62 $feed->tags($containers); 62 63 $context->subscription->add($feed); 63 64 }
