Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: XML::RSS and RSS2 with custom namespaces

by idsfa (Vicar)
on Nov 15, 2006 at 21:48 UTC ( [id://584305]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $rss->add_module(prefix=>'my', uri=>'http://purl.org/my/rss/module/'
    +);
    
      $rss->add_item (title=>$title, link=>$link, my=>{ rating=>$rating })
    +;
    
  2. or download this
        # Ad-hoc modules
        while ( my($url, $prefix) = each %{$self->{modules}} ) {
    ...
            }
          }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://584305]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 14:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found