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

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

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -