Thread XML::RSS: RSS erweitern? (14 answers)
Opened by sid burn at 2007-04-23 17:49

esskar
 2007-04-24 10:47
#76139 #76139
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
schonmal in die pod geschaut? ;)

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
$rss->add_module(prefix=>'my', uri=>'http://purl.org/my/rss/module/');

$rss->add_item(
title => "xIrc 2.4pre2"
link => "http://freshmeat.net/projects/xirc/",
description => "xIrc is an X11-based IRC client which ...",
my => {
rating => "A+",
category => "X11/IRC",
},
);

View full thread XML::RSS: RSS erweitern?