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

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -