java - Namespace in rometools -


i using rometools rss feeds syndfeed , syndfeedoutput. works great. need change namespace. there followings:

<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"> 

and need change to:

<rss version="2.0" xmlns="http://something.com/rss2"> 

how can achieve that? great. thanks.


Comments

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -